if(ad_type==2)		{	url="page2.php"; w=336; h=280;	}
else if(ad_type==3)	{	url="page3.php";w=728; h=90;	}
else if(ad_type==4)	{	url="page4.php";w=160; h=600;	}
else if(ad_type==5)	{	url="page5.php";w=300; h=250;	}
else				{	url="page1.php"; w=468; h=60;	}
document.write('<iframe src=http://happy.vci.vc/' + url + ' frameborder=0 scrolling=no height=' + h + ' width=' + w + '></iframe>');