var AdvClass;
var AdverName;
function adsid(AdvClass){
switch(AdvClass){
case "300X250_Image" :
document.writeln("<script type=\"text\/javascript\"><!--");
document.writeln("google_ad_client = \"pub-1927293187213137\";");
document.writeln("\/* 300x250, 创建于 10-5-13 *\/");
document.writeln("google_ad_slot = \"2308422335\";");
document.writeln("google_ad_width = 300;");
document.writeln("google_ad_height = 250;");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln("<script type=\"text\/javascript\"");
document.writeln("src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">");
document.writeln("<\/script>");
break;
case "468X60_Ima_txt" :
document.writeln("<script type=\"text\/javascript\"><!--");
document.writeln("google_ad_client = \"pub-1927293187213137\";");
document.writeln("\/* 468x60, 创建于 10-5-13 *\/");
document.writeln("google_ad_slot = \"6491466843\";");
document.writeln("google_ad_width = 468;");
document.writeln("google_ad_height = 60;");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln("<script type=\"text\/javascript\"");
document.writeln("src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">");
document.writeln("<\/script>");
break;
case "300X250_txt" :
document.writeln("<script type=\"text\/javascript\"><!--");
document.writeln("google_ad_client = \"pub-1927293187213137\";");
document.writeln("\/* 300x250, 创建于 10-5-15 *\/");
document.writeln("google_ad_slot = \"7678094062\";");
document.writeln("google_ad_width = 300;");
document.writeln("google_ad_height = 250;");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln("<script type=\"text\/javascript\"");
document.writeln("src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">");
document.writeln("<\/script>");
break;
case "160X600" :
document.writeln("<script type=\"text\/javascript\"><!--");
document.writeln("google_ad_client = \"pub-1927293187213137\";");
document.writeln("\/* 160x600, 创建于 10-5-15 *\/");
document.writeln("google_ad_slot = \"3261857993\";");
document.writeln("google_ad_width = 160;");
document.writeln("google_ad_height = 600;");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln("<script type=\"text\/javascript\"");
document.writeln("src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">");
document.writeln("<\/script>");
break;
case "my" :
//AdverName="http://www.tech-food.com/ua/news/china300x300.swf";
//document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="300"><param name="movie" value='+AdverName+'><param name="quality" value="high"> <embed src='+AdverName+' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="300"></embed> </object>');
document.writeln("<script type=\"text\/javascript\"><!--");
document.writeln("google_ad_client = \"pub-1927293187213137\";");
document.writeln("\/* 468x60, 创建于 10-5-13 *\/");
document.writeln("google_ad_slot = \"6491466843\";");
document.writeln("google_ad_width = 468;");
document.writeln("google_ad_height = 60;");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln("<script type=\"text\/javascript\"");
document.writeln("src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">");
document.writeln("<\/script>");
break;
}
}