/* This script and many more are available free online at The JavaScript Source :: http://javascript.internet.com Created by: Mike Hudson :: http://www.afrozeus.com */ function setupLinks() { arrTitles[0] = "ADV: Slide in Banner Exchange for Webmasters"; arrLinks[0] = "http://tickermyfeed.com/adv.php/MTE="; arrTitles[1] = "ADV: Automated Link Exchange for Webmasters"; arrLinks[1] = "http://tickermyfeed.com/adv.php/MTI="; arrTitles[2] = "ADV: Win a Apple MacBook 13-inch Notebook Computer Now"; arrLinks[2] = "http://tickermyfeed.com/adv.php/NTk="; arrTitles[3] = "ADV: Add a Breaking News Ticker to Your Web Browser"; arrLinks[3] = "http://tickermyfeed.com/adv.php/NTg="; arrTitles[4] = "Did Paris Post a Photo of Cocaine Purse Before Arrest? - People Magazine"; arrLinks[4] = "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/did_paris_post_a_photo_of_cocaine_purse_before_arrest_-_people_magazine"; arrTitles[5] = "Going the Distance - Boston Globe"; arrLinks[5] = "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/going_the_distance_-_boston_globe"; arrTitles[6] = "Kelly Osbourne Strips For Pussycat Dolls, Kim Kardashian Watches - Actress Archives"; arrLinks[6] = "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/kelly_osbourne_strips_for_pussycat_dolls_kim_kardashian_watches_-_actress_archives"; arrTitles[7] = "Miranda Lambert leads CMA awards nominees with nine nominations - Reality TV World"; arrLinks[7] = "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/miranda_lambert_leads_cma_awards_nominees_with_nine_nominations_-_reality_tv_world"; arrTitles[8] = "PIC: Dirty Dancing Star Jennifer Grey Returns to the Dance Floor! - Us Magazine"; arrLinks[8] = "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/pic_dirty_dancing_star_jennifer_grey_returns_to_the_dance_floor_-_us_magazine"; arrTitles[9] = "Machete Star Danny Trejo - TIME"; arrLinks[9] = "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/machete_star_danny_trejo_-_time"; arrTitles[10] = "Natalie Portman Garners Oscar Buzz for \"Black Swan\" - CBS News"; arrLinks[10] = "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/natalie_portman_garners_oscar_buzz_for_black_swan_-_cbs_news"; } var m_iInterval; var m_Height; //window.onload = wl; var iScroll=0; var arrLinks; var arrTitles; var arrCursor = 0; var arrMax; window.onload=wl; function wl() { m_iInterval = setInterval(ontimer, 15); var base = document.getElementById("jump_base"); m_Height = base.offsetHeight; var divi = parseInt(m_Height/5); m_Height = divi*5; var td1 = document.getElementById("td1"); var td2 = document.getElementById("td2"); var td3 = document.getElementById("td3"); td1.height = m_Height-5; td2.height = m_Height-5; td3.height = m_Height-5; arrLinks = new Array(); arrTitles = new Array(); setupLinks(); arrMax = arrLinks.length-1; setLink(); } function setLink() { var ilink = document.getElementById("jump_link"); ilink.innerHTML = arrTitles[arrCursor]; ilink.href = arrLinks[arrCursor]; } function ontimer() { var base = document.getElementById("jump_base"); iScroll+=1; if (iScroll>(m_Height*2)) { iScroll=0; arrCursor++; if (arrCursor>arrMax) arrCursor=0; setLink(); } if (iScroll==m_Height) { pause(); m_iInterval = setTimeout(resume, 2000); } base.scrollTop=iScroll; } function pause() { clearInterval(m_iInterval); } function resume() { m_iInterval = setInterval(ontimer, 15); } function pausecomp(millis) { var date = new Date(); var curDate = null; do { curDate = new Date(); } while(curDate-date < millis); } document.write('
ADV: Slide in Banner Exchange for Webmasters
'); document.write('
ADV: Automated Link Exchange for Webmasters
'); document.write('
ADV: Win a Apple MacBook 13-inch Notebook Computer Now
'); document.write('
ADV: Add a Breaking News Ticker to Your Web Browser
'); document.write('
'); document.write(''); document.write(''); document.write('
');