functiontmh__make_ad_fodder(src,width,height)
{
src=src.replace("","");
varTEMP_IMAGE='
varTEMP_FLASH='
+'height="$height$"width="$width$">'
+'
+'
+'
+'
+'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
+'';
return(/.swf$/gi.test(src)==true?TEMP_FLASH:TEMP_IMAGE)
.replace(/$src$/gi,src)
.replace(/$width$/gi,width)
.replace(/$height$/gi,height)
}