I want to change the following line of code to get rid of all of the macromedia shockwave stuff. I changed the image that was there previously to a jpg so the shockwave player is no longer needed. I tried changing a few things but I still have some problems with it. Thanks in advance!
<td align=center background=\"themes/WOW/images/black.gif\"><OBJECT classid=\"clsid27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" WIDTH=949 HEIGHT=250 ALIGN=CENTER> <PARAM NAME=movie VALUE=\"themes/WOW/images/banner.jpg\"> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=best> <EMBED src=\"themes/WOW/images/banner.jpg\" menu=false quality=best WIDTH=949 HEIGHT=250 TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"></EMBED></OBJECT></TD>\n";