function WriteForm(){
try{
	if(zSr.length > 0){ 
		if(AdType=="top"){	//»ó´Ü±¤°í
			document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
			document.write("<tr>");
			document.write("<td style='letter-spacing:-1px; line-height:17px;padding:1 0 0 27;' nowrap>");
			document.write(" <b><font color='#666666'>´º½º ½ºÆù¼­</font></b>");
			document.write("</td>");
			document.write("</tr>");
			document.write("<tr>");
			document.write("<td style='letter-spacing:-1px; line-height:15px;padding:5 0 0 27;' nowrap>");
			document.write("<a href='" + zSr[8] + "' style='text-decoration:none' target=_blank><span style='text-decoration:underline;color:#c06615;'><b>"+ zSr[9] + "</b></span></a>");
			document.write("</td>");
			document.write("</tr>");
			document.write("<tr>");
			document.write("<td style='letter-spacing:-1px; line-height:18px;padding:5 0 0 27;'>");
			document.write("<a href='" + zSr[8] + "' style='text-decoration:none' target=_blank>"+ zSr[6] + "</a>");
			document.write("</td>");
			document.write("</tr>");
			document.write("</table>");
		}else{			//ÇÏ´Ü±¤°í
			document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
			document.write("<tr>");
    	document.write("<td style='letter-spacing:-1px; line-height:15px;padding:1 0 0 3;' nowrap>");
			document.write(" <b><font color='#666666'>´º½º ½ºÆù¼­</font></b>");
			document.write("</td>");
			document.write("</tr>");
			document.write("<tr>");
			document.write("<td style='letter-spacing:-1px; line-height:15px;padding:5 0 0 3;' nowrap>");
			document.write("<a href='" + zSr[8] + "' style='text-decoration:none' target=_blank><span style='text-decoration:underline;color:#c06615;'><b>"+ zSr[9] + "</b></span>&nbsp;&nbsp;<span style='color:#008800'>"+ zSr[10] + "</span></a><br><span style='color:#000000;width:550px;text-overflow:ellipsis;overflow:hidden;display:block;'><a href='" + zSr[20] + "' style='text-decoration:none' target=_blank>"+ zSr[6] + "</a></span>");
			document.write("</td>");
			document.write("</tr>");
			document.write("<tr>");
			document.write("<td style='letter-spacing:-1px; line-height:17px;padding:5 0 0 3;' nowrap>");
			document.write("<a href='" + zSr[14] + "' style='text-decoration:none' target=_blank><span style='text-decoration:underline;color:#c06615;'><b>"+ zSr[15] + "</b></span>&nbsp;&nbsp;<span style='color:#008800'>"+ zSr[16] + "</span></a><br><span style='color:#000000;width:550px;text-overflow:ellipsis;overflow:hidden;display:block;'><a href='" + zSr[20] + "' style='text-decoration:none' target=_blank>"+ zSr[12] + "</a></span>");
			document.write("</td>");
			document.write("</tr>");
			document.write("<tr>");
			document.write("<td style='letter-spacing:-1px; line-height:17px;padding:5 0 0 3;' nowrap>");
			document.write("<a href='" + zSr[20] + "' style='text-decoration:none' target=_blank><span style='text-decoration:underline;color:#c06615;'><b>"+ zSr[21] + "</b></span>&nbsp;&nbsp;<span style='color:#008800'>"+ zSr[22] + "</span></a><br><span style='color:#000000;width:550px;text-overflow:ellipsis;overflow:hidden;display:block;'><a href='" + zSr[20] + "' style='text-decoration:none' target=_blank>"+ zSr[18] + "</a></span>");
			document.write("</td>");
			document.write("</tr>");
			document.write("</table>");
		}
	}
}catch(e){
	 
} 
}

try{
	if(AdType=="top"){
		if(zSr[9]==undefined){
		}else{
			WriteForm();
		}
	}else{
		if(zSr[9]==undefined || zSr[15]==undefined || zSr[21]==undefined){
		}else{
			WriteForm();
		}
	}
}catch(e){

}
