diff options
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/static/index.html b/static/index.html index 1ce1644..4d58984 100755 --- a/static/index.html +++ b/static/index.html @@ -36,7 +36,7 @@ jQuery(window).load(function() { effect:'random', slices:15, animSpeed:500, - pauseTime:3000, + pauseTime:5000, startSlide:0, //Set starting Slide (0 index) directionNav:false, //Next & Prev directionNavHide:false, //Only show on hover @@ -114,10 +114,9 @@ $(document).ready(function() { <br> <div id="talkaboutus"> -<div id="slider"> - <img src="/static/img/mootquote.png"alt="" /> - <img src="/static/img/paperquote.png"alt="" /> - <img src="/static/img/metroquote.png"alt="" /> +<div id="slider" style="display:none;"> + <a href="http://www.papermag.com/arts_and_style/2009/12/play-on-playas.php"target="_blank"><img src="/static/img/paperquote.png"alt="" /></a> + <a href="http://www.metronews.ca/edmonton/comment/article/505801--trafficking-in-nostalgia-with-indiana-jones"target="_blank"><img src="/static/img/metroquote.png"alt="" /></a> </div> <div id="footer" style="text-align: center"> @2010 <a href="/">dump.fm</a> |
