//Type here the number of ads that will be rotate
var how_many_ads = 2


/****************     DO NOT MODIFY NEXT PART  ********************/
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
/********************* END DO NOT MODIFY THIS PART *******************/



/* For each copy the code enclosed in  AD'S CODE, sustitute N in statement if(ad == N) for a next unique number of the sequence 
the secuence start from 1 to how_many_ads value you typed above
*/



//******************** AD'S CODE  ****************

if (ad==1) 
{
	url="http://www.ehorsex.com";
	
	alt="Sports Betting Exchange";

	banner="http://www.autobet.us/Images/ehorsex-468x60.gif";

	width="468";

	height="60";
}

//***************END AD'S CODE *********************

//******************** AD'S CODE  ****************

if (ad==2) 
{
	url="http://www.betlaspalmas.com";
	
	alt="Las Vegas lines, Sportbook odds";

	banner="http://www.autobet.us/Images/palmas468x60.gif";

	width="468";

	height="60";
}

//***************END AD'S CODE *********************

/****************     DO NOT MODIFY NEXT PART  ********************/

document.write('<center>');

document.write('<a href=\"' + url + '\" target=\"_blank\">');

document.write('<img src=\"' + banner + '\" width=')

document.write(width + ' height=' + height + ' ');

document.write('alt=\"' + alt + '\" border=0><br>');

document.write('</center>');