			<!-- Begin
			var how_many_ads =5;
			var now = new Date()
			var sec = now.getSeconds()
			var ad = sec % how_many_ads;
			ad+=1;

			if(ad==1){
			title=""
			txt="";
			alt="Jumpstart";
			banner="/is/jumpstart/images/pic1_2.jpg";
			width="173";
			height="187";
}
			if(ad==2){
			title=""	
			txt="";
			alt="Jumpstart";
			banner="/is/jumpstart/images/pic2_2.jpg";
			width="173";
			height="187";
}
			if(ad==3){
			title=""	
			txt="";
			alt="Jumpstart";
			banner="/is/jumpstart/images/pic3_2.jpg";
			width="173";
			height="187";
}
			if(ad==4){
			title=""	
			txt="";
			alt="Jumpstart";
			banner="/is/jumpstart/images/pic4_2.jpg";
			width="173";
			height="187";
}
			if(ad==5){
			title=""	
			txt="";
			alt="Jumpstart";
			banner="/is/jumpstart/images/pic0_2.jpg";
			width="173";
			height="187";
}
			//document.write('<center>');
			document.write('<h3>' + title + '<\/h3><br>');
			document.write('<img src=\"' + banner + '\" ')
			//document.write(' width='+ width + ' height=' + height + ' ');
			document.write('alt=\"' + alt + '\" border=0><br>');
			document.write('<p class="caption">' + txt + '<\/p>');
			//document.write('<\/center>');
			// End -->
