var isbeijing=false; 



function output_ads(ads1,ads2)
{
	if(isbeijing)
	   document.write(ads1);
	else
	   document.write(ads2);
}