function showAD3(divID){
	var content = '<table align="center" border="0" cellpadding="0" cellspacing="0" width="950">\n'+
  '<tbody>\n'+
   '<tr>\n'+
     '<td>\n'+
	'<a  href="http://" target="_blank"  >\n'+
	 '<img src="/uploadFile/adv/pic/2009-6/u1245733706599.jpg" width="950" height="90"  border="0" />\n'+
	'</a>\n'+
	 '</td>\n'+
    '</tr>\n'+
   '</tbody>\n'+
'</table>\n'+
'<table align="center" border="0" cellpadding="0" cellspacing="0" width="950">\n'+
   '<tbody>\n'+
     '<tr><td height="8"></td></tr>\n'+
   '</tbody>\n'+
'</table>\n';
    document.getElementById(divID).innerHTML = content;
}

