function showAds(customer_ID,widthbar,heightbar){
	var randomnumber=Math.floor(Math.random()*100);
	var host_file = "http://www.gametraffic.com/affiliate/"+customer_ID+".html?"+randomnumber;
document.write('<iframe frameborder="0" scrolling="no" src ="'+host_file+'" width="'+widthbar+'" height="'+heightbar+'"><p>Your browser does not support iframes.</p></iframe>');
	
}
