// JavaScript Document - 468x60 Banner Rotation

<!-- Begin
var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
var blockmethod=false;

if (ad==1) { 
url="/";
alt="JoblessNCollege.com";
banner="http://www.joblessncollege.com/images/JNC_468x60banner.jpg";
width="468";
height="60";
}
if (ad==2) {
url="/r/ultimatesteal.php";
alt="Microsoft Office Ultimate 2007 for only $60! It's the Ultimate Steal!";
banner="http://student.theultimatesteal.com/42/1239/12/";
width="468";
height="60";
}
/* 
url="/r/greenfield.php";
alt="Greenfield Online - Earn Cash for Completing Surveys Online!";
banner="http://www.awltovhc.com/image-2218024-10307497";
width="468";
height="60";
*/
if (ad==3) { 
url="/r/fastweb.php";
alt="FastWeb - Find Free Money For College!";
banner="http://www.lduhtrp.net/9n121iw-ousDGGFMEGIDFEHFHJNE";
width="468";
height="60";
}
if (ad==4) { 
url="http://www.zazzle.com/joblessncollege*";
alt="Get JoblessNCollege Gear!";
banner="http://www.joblessncollege.com/images/gear_banner_468x60.jpg";
width="468";
height="60";
}
/*
if (ad==4) { /*Seasonal Promo*
url="http://www.kqzyfj.com/p670cy63y5LOONUMOQLNMROSQPS";
alt="";
banner="http://www.ftjcfx.com/9f104z15u-yJMMLSKMOJLKPMQONQ";
width="468";
height="60";
}
*/
if (ad==5) { 
url="/r/cashcrate.php";
alt="Get PAID!!";
banner="http://www.joblessncollege.com/images/cashcrateblue.gif";
width="468";
height="60";
}
if (ad==6) { 
url="/r/10kscholarship.php";
alt="Let us pay for your education!";
banner="http://www.awltovhc.com/image-2218024-10381758";
width="468";
height="60";
}
if (ad==7) { //SJ
blockmethod=true;
code="<p style='margin-top:10px; margin-bottom:0; padding-bottom:0; text-align:center; line-height:0'><a href='http://joblessncollege.blogspot.com'><img src='http://feeds.feedburner.com/SurvivingJoblessness.1.gif' alt='The Latest from Surviving Joblessness' style='border:0'></a></p>";
}
/*
if (ad==8) { 
url="/r/mysurvey.php";
alt="MySurvey: Take Surveys - Get Paid";
banner="https://www.mysurvey.com/members/images/linktous/biker468x60.gif";
width="468";
height="60";
}*/

if (ad==8) { 
url="http://click.linksynergy.com/fs-bin/click?id=NiDcMoacT8Y&offerid=128469.10000018&type=4&subid=0";
alt="StudentUniverse.com - Travel More. Spend Less";
banner="http://images.studentuniverse.com/banners/su/468x60.gif";
width="468";
height="60";
}

if(blockmethod){
document.write(code);
}
else{
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
}
// End -->