function displayBanner(bannerId, width, height, urlPath) {
	/*document.writeln(" <OBJECT ");
	document.writeln(" data='" + urlPath + "'");
	document.writeln(" PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'");
	document.writeln(" TYPE='application/x-shockwave-flash'" + "'");
	document.writeln(" name='adMovieGeo" + bannerId + "'");
	//document.writeln(" width='" + width + "'");
	//document.writeln(" height='" + height + "'");
	document.writeln(" displayheight='" + 9999 + "'");
	document.writeln(" displaywidth='" + 9999 + "'");
	document.writeln(" loop='true'");
	document.writeln(" quality='best'>");
	document.writeln(" <PARAM name='movie'");
	document.writeln(" value='" + urlPath + "'/>");
	document.writeln(" <PARAM NAME='wmode' VALUE='transparent' />");
	document.writeln(" <param wmode='transparent'>"); 
	document.writeln(" <EMBED wmode='transparent' name='adMovieGeo" + bannerId + "' src='" + urlPath + "' loop=true quality=best TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED> ");
	document.writeln(" </OBJECT> ");
	
	var objectString = "<object data='" + urlPath + "' type='application/x-shockwave-flash' id='" + "1" + "_object_file_add'  width='100%' height='100%'><param name='movie' value='" + urlPath + "'></object>";
	document.write(objectString);*/
	
	
	
}
