function bnrswf(w,h,src,alt){
document.write("<object codebase=\"http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0\" id=\"Newsbnr\" width=\""+w+"\" height=\""+h+"\">");
document.write("<param name=\"movie\" value=\""+src+"\">");
document.write("<param name=\"quality\" value=\"high\">");
document.write("<param name=\"bgcolor\" value=\"#FFFFFF\">");
document.write("<embed name=\"Newsbnr\" src=\""+src+"\" quality=\"high\" bgcolor=\"#FFFFFF\" width=\""+w+"\" height=\""+h+"\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\">");
document.write("</embed></object>");
}
