				var wholesalebanner = "<a href='http://www.mudhole.com/site/files/wholesale2007_web.pdf' target='_blank'><img src='http://www.mudhole.com/site/images/banners/wholesale-price-list-banner.jpg' width='162' height='82' border='none'/></a>"
				var customerCategory = "<%=getCurrentAttribute('customer','category')%>"
				
				function insertMovie(){
					document.write('<object width="162" height="42" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0">\n');
					document.write('<param name="movie" value="http://www.mudhole.com/site/flash/wholesaleapp.swf" />\n');
					document.write('<embed src="http://www.mudhole.com/site/flash/wholesaleapp.swf" width="162" height="42" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer">\n');
					document.write('<param name="autoStart" value="1">');
					document.write('<param name="wmode" value="transparent">');
					document.write('</embed>\n');
					document.write('</object>\n');
				}

				if (customerCategory == "Wholesale") { 
					document.writeln(wholesalebanner);
					}
				else {
					insertMovie()
				}