﻿// Ads by wod
// 1 = Internet speed test block (revenuepilot)
// 2 = Universal remote control (auctionads)

function s185ads(site)

{
	switch(site)
	{
	case 1: Titre1 = "Internet Speed Test"
	case 2: Titre1 = "Universal Remote Auction ads"
	}
	Titre = Titre1;
	Aheight = screen.height;
	AWidth = screen.width;
	ref = document.referrer;

document.write("<img name='s185' src='http://s185.sortie185.com/tag.aspx?IDClient=ADS332&id="+escape(Titre)+"&H="+Aheight+"&W="+AWidth+"&ref="+escape(ref)+"' height='1' width='1' border='0'>");
}
function s185click(site)

{
	switch(site)
	{
	case 1: Titre = "Internet Speed Test"
	case 2: Titre = "Universal Remote Auction ads"
	}
	
	
Choix = new Image() 
Choix.src =  ("http://s185.sortie185.com/tag.aspx?IDClient=ADS332&id="+escape(Titre)+"&stamp=")
document.s185.src = Choix.src

Choix.src ="";

}



function serve(site)
{

	s185ads(site)
	renderads(site)
	


}

function renderads(what)
{
	switch (what)
	{
		case 1: 
		{ 
		var str='';
		str+='<span onclick="javascript:s185click(1);">';
		
		str+='<table width="80%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">';
		str+='            <tr>';
		str+='              <td bgcolor="#000000"><div align="center"><font color="#ffffff" face="verdana" size="2">Popular search:<br><\/font><a href="http:\/\/search.revenuepilot.com\/servlet\/search?mode=search&id=33217&sid=0&filter=off&keyword=Gambling&tid=0" target="_top"><span class="style5">Gambling<\/span></a><br \/>';
		str+='                   ';
		str+='                 <br \/>';
		str+='                 <br \/>';
		str+='<\/div><\/td>';
		str+='            <\/tr>';
		str+='          <\/table>';
		str+='</span>';
		document.write(str);
		break 
		}
		
		case 2: 
			{ 
			var str='';
			str+='<span onclick="javascript:s185click(1);">';
			str+='<script type="text\/javascript"><!--\n';
			str+='auctionads_ad_client = "cefeca4da6cbb7fd3070";\n';
			str+='auctionads_ad_campaign = "8c7cc0457952c0b7d1acbead5f08b47a";\n';
			str+='auctionads_ad_width = "160";\n';
			str+='auctionads_ad_height = "600";\n';
			str+='auctionads_ad_kw =  "universal remote control";\n';
			str+='auctionads_color_border =  "646A76";\n';
			str+='auctionads_color_bg =  "FFFFFF";\n';
			str+='auctionads_color_heading =  "00A0E2";\n';
			str+='auctionads_color_text =  "000000";\n';
			str+='auctionads_color_link =  "ffffff";\n';
			str+='--><\/script>\n';
			
			str+='<script type="text\/javascript" src="http:\/\/ads.auctionads.com\/pagead\/show_ads.js">';
			str+='<\/script>';
			str+='</span>';
			document.write(str);
			break; 
			}
			
			
		}
			

	}
	

