function writeAdSense(slotId,width,height){
	google_ad_client = "pub-0718068311063334";
	google_ad_slot = slotId;
	google_ad_width = width; //234;
	google_ad_height = height; //60;
	writeRemotePage();
}


function writeRemotePage(){
	document.write("<script type=\"text/javascript\"" +
			"src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">" +
			"</script>");
}
