//300*300广告1
ads_300X300_1("3");//先定随机广告的数量,
switch(ads_300X300_1n){ 
case 1:
	document.write( " <div style='width:340px; background:#FFF;'>");
	document.write( "<div style='margin:10px;background:#E7E7E7; padding:5px; color:#000;font-size:18px;'><b>影视推荐</b><br>");
	document.write( "<script> xprint(63565,219,300,300); </script>");//迅雷联盟_影视推广_电影300*300
	document.write( "</div>");
	document.write( "</div> ");
break;
case 2:
	document.write( " <div style='width:340px; background:#FFF;'>");
	document.write( "<div style='margin:10px;background:#E7E7E7; padding:5px; color:#000;font-size:18px;'><b>影视推荐</b><br>");
	document.write( "<script> xprint(63565,205,300,300); </script>");//迅雷联盟_影视推广_动漫300*300
	document.write( "</div>");
	document.write( "</div> ");
break;
case 3:
	document.write( " <div style='width:340px; background:#FFF;'>");
	document.write( "<div style='margin:10px;background:#E7E7E7; padding:5px; color:#000;font-size:18px;'><b>影视推荐</b><br>");
	document.write( "<script> xprint(63565,212,300,300); </script>");//迅雷联盟_影视推广_电视300*300
	document.write( "</div>");
	document.write( "</div> ");
break;
}