// JavaScript Document

var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
document.write
			var how_many_ads = 2; // aantal ads weer te geven
			var now = new Date()
			var sec = now.getSeconds()
			var ad = sec % how_many_ads;
			ad +=1;
			


if (ad==1) {url="http://clicks.m4n.nl/_c?affidsecure=un53712488m8b6EmnbdEnd&m_bid=299659&_m=http%3A%2F%2Fwww.typhone.nl%2Findex.php%3Futm_source%3D3675%26utm_medium%3DAFC%26utm_campaign%3D3675%26utm_content%3D120-90_TY_gif";alt="De beste telecom aanbiedingen";
			banner="http://images.mbuyu.nl/BMC/Typhone/120-90_TY_gif.gif";width="120";height="60";}


if (ad==2) {url="http://clicks.m4n.nl/_c?affidsecure=un53712488m8b6EmnbdEnd&m_bid=299659&_m=http%3A%2F%2Fwww.typhone.nl%2Findex.php%3Futm_source%3D3675%26utm_medium%3DAFC%26utm_campaign%3D3675%26utm_content%3D120-90_TY_gif";alt="De beste telecom aanbiedingen";
			banner="http://images.mbuyu.nl/BMC/Typhone/120-90_TY_gif.gif";width="120";height="60";}


			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('<small>'  + '</small></a>');
			document.write('</center>');




