function FlashAD(flashsrc,flashid,flashwidth,flashheight,flashlink,target){
	var fObj = ("<table width="+flashwidth+" height="+flashheight+" border=0 cellpadding=0 cellspacing=0><tr><td>");
	fObj += ("<div style=\"position:relative\">");
	fObj += ("<embed id=\""+flashid+"\" style=\"position:absolute;z-index:0\" src="+flashsrc+" quality=\"high\" width="+flashwidth+" height="+flashheight+" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" wmode=\"opaque\"></embed>");
	fObj += ("<div style=\"background:white;filter:alpha(opacity=0);-moz-opacity:0;position: relative;z-index:10;left:0pt;top:0pt;width:"+flashwidth+"px;height:"+flashheight+"px;\">");
	fObj += ("<a href="+flashlink+" target=\""+target+"\" style=\"cursor:pointer;display:block;width:"+flashwidth+"px;height:"+flashheight+"px;\"></a>");
	fObj += ("</div></div></td></tr></table>");
	return fObj;
}
