function DisplayBanner(path, width, height){
                 text = "<object type=\"application/x-shockwave-flash\" data=\"/c.swf?path="+path+"\" width=\""+width+"\" height=\""+height+"\" style=\"padding: 0; margin: 0;\">\r\n";
                 text += "<param name=\"movie\"	value=\"/c.swf?path="+path+"\" style=\"padding: 0; margin: 0;\" />\r\n";
                 text += "<img src=\"/images/noflash.gif\" width=\""+width+"\" height=\""+height+"\" style=\"border: 1px solid #000;\" alt=\"Here is the flash content you can not see\" />\r\n";
                 text += "</object>";
                 document.write(text);
}
