diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-17 12:01:00 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-17 12:01:00 -0400 |
| commit | 2439fbecf91c813c2f560ee2e45f25dfa7c01633 (patch) | |
| tree | 85d5db56ef79f73d7cb2f71a8acc60d74aa33c86 /static/index.html | |
| parent | bf4f19400e5aae3b27a7853d79d90d3d606315aa (diff) | |
sostler prod commit
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> |
