/*
[parameter]imgsrc,targeturl,imgwidth,imgheight,userid,username[parameter]

imgheight:图片高
imgwidth:图片宽
imgsrc:图片地址
targeturl:图片连接的地址
userid:连接用户信息的用户ID
username:连接的用户信息的用户单位名称,如果不填，这里应该置为空
*/
function showAd_1()
{
var mess_mastericon;
mess_mastericon=" <a href='http://www.wininaction.com/' target='_blank'><img src='/ads/newpage/no1/imglink/2010611103741421.gif' border=0 width='626' height='60' alt=''><\/a>";

/*
[imgad]mess_mastericon=" <a href='[targeturl]' target='_blank'><img src='[imgsrc]' border=0 width='[imgwidth]' height='[imgheight]' alt='[username]'><\/a>"[imgad]
[swfad]mess_mastericon="<a href='#'><embed src='[imgsrc]' border=0 width='[imgwidth]' height='[imgheight]'><\/a>"[swfad]

[idad]mess_mastericon="<a href=javascript:epflistwindow('/homeinclude/epfindview.asp?id=[userid]')><img src='[imgsrc]' border=0 width='[imgwidth]' height='[imgheight]' alt='[username]'><\/a>"[idad]
*/



	return mess_mastericon;
}


