function showPlayer(module){
			var playCase = "";
			
			if(!module.id){
				playCase = "close";
			}else{
				playCase = module.id;
			}
			
			
			
			switch(playCase){
				case "radio":
				//show the commercial player
					document.getElementById("radioPlayer").style.display = "block";
					var wimpyHtml = '<!-- START WIMPY PLAYER CODE -->';
					    wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br>RADIO CONTACT: <a href="mailto:hoss@atlastalent.com">John "Hoss" Hossenlop</a></div>';
						wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br>AUDIO&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="radioAAA" onclick="showPlayer(this);return false;">AAA</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="radioROCK" onclick="showPlayer(this);return false;">ROCK</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="radioCHR" onclick="showPlayer(this);return false;">CHR</a></div>';
						wimpyHtml += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="320" height="155" id="wimpy4524">';
						wimpyHtml += '<param name="allowScriptAccess" value="always" />';
						wimpyHtml += '<param name="movie" value="http://www.voxbox.com/mp3s/wimpy.swf" />';
						wimpyHtml += '<param name="loop" value="false" />';
						wimpyHtml += '<param name="menu" value="false" />';

						wimpyHtml += '<param name="quality" value="high" />';
						wimpyHtml += '<param name="scale" value="noscale" />';
						wimpyHtml += '<param name="salign" value="lt" />';
						wimpyHtml += '<param name="bgcolor" value="ffffff" />';
						wimpyHtml += '<param name="flashvars" value="file=http://www.voxbox.com/mp3s/radio.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" />';
//						wimpyHtml += '<param name="flashvars" value="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" />';
						wimpyHtml += '<param name="wmode" value="transparent" />';
						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="file=http://www.voxbox.com/mp3s/radio.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
						wimpyHtml += '</object>';
						wimpyHtml += '<!-- END WIMPY PLAYER CODE -->';
					document.getElementById("radioWimpy").innerHTML = wimpyHtml;
					
					//hide all the other players and clear out their wimpy player
					document.getElementById("commercialPlayer").style.display = "none";
					document.getElementById("commercialWimpy").innerHTML = "";
					document.getElementById("promoPlayer").style.display = "none";
					document.getElementById("promoWimpy").innerHTML = "";
					document.getElementById("narrationPlayer").style.display = "none";
					document.getElementById("narrationWimpy").innerHTML = "";
					document.getElementById("dailyPlayer").style.display = "none";
					document.getElementById("dailyWimpy").innerHTML = "";
					document.getElementById("trailerPlayer").style.display = "none";
					document.getElementById("trailerWimpy").innerHTML = "";
					break;
					
						case "radioAAA":
				//show the commercial player
					document.getElementById("radioPlayer").style.display = "block";
					var wimpyHtml = '<!-- START WIMPY PLAYER CODE -->';
					    wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br>RADIO CONTACT: <a href="mailto:hoss@atlastalent.com">John "Hoss" Hossenlop</a></div>';
					wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br>AUDIO&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="radioAAA" onclick="showPlayer(this);return false;">AAA</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="radioROCK" onclick="showPlayer(this);return false;">ROCK</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="radioCHR" onclick="showPlayer(this);return false;">CHR</a></div>';
						wimpyHtml += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="320" height="155" id="wimpy4524">';
						wimpyHtml += '<param name="allowScriptAccess" value="always" />';
						wimpyHtml += '<param name="movie" value="http://www.voxbox.com/mp3s/wimpy.swf" />';
						wimpyHtml += '<param name="loop" value="false" />';
						wimpyHtml += '<param name="menu" value="false" />';

						wimpyHtml += '<param name="quality" value="high" />';
						wimpyHtml += '<param name="scale" value="noscale" />';
						wimpyHtml += '<param name="salign" value="lt" />';
						wimpyHtml += '<param name="bgcolor" value="ffffff" />';
						wimpyHtml += '<param name="flashvars" value="file=http://www.voxbox.com/mp3s/radioAAA.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" />';
//						wimpyHtml += '<param name="flashvars" value="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" />';
						wimpyHtml += '<param name="wmode" value="transparent" />';
						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="file=http://www.voxbox.com/mp3s/radioAAA.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
						wimpyHtml += '</object>';
						wimpyHtml += '<!-- END WIMPY PLAYER CODE -->';
					document.getElementById("radioWimpy").innerHTML = wimpyHtml;
					
					//hide all the other players and clear out their wimpy player
					document.getElementById("commercialPlayer").style.display = "none";
					document.getElementById("commercialWimpy").innerHTML = "";
					document.getElementById("promoPlayer").style.display = "none";
					document.getElementById("promoWimpy").innerHTML = "";
					document.getElementById("narrationPlayer").style.display = "none";
					document.getElementById("narrationWimpy").innerHTML = "";
					document.getElementById("dailyPlayer").style.display = "none";
					document.getElementById("dailyWimpy").innerHTML = "";
					document.getElementById("trailerPlayer").style.display = "none";
					document.getElementById("trailerWimpy").innerHTML = "";
					break;
					
						case "radioCHR":
				//show the commercial player
					document.getElementById("radioPlayer").style.display = "block";
					var wimpyHtml = '<!-- START WIMPY PLAYER CODE -->';
					    wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br>RADIO CONTACT: <a href="mailto:hoss@atlastalent.com">John "Hoss" Hossenlop</a></div>';
					wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br>AUDIO&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="radioAAA" onclick="showPlayer(this);return false;">AAA</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="radioROCK" onclick="showPlayer(this);return false;">ROCK</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="radioCHR" onclick="showPlayer(this);return false;">CHR</a></div>';
						wimpyHtml += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="320" height="155" id="wimpy4524">';
						wimpyHtml += '<param name="allowScriptAccess" value="always" />';
						wimpyHtml += '<param name="movie" value="http://www.voxbox.com/mp3s/wimpy.swf" />';
						wimpyHtml += '<param name="loop" value="false" />';
						wimpyHtml += '<param name="menu" value="false" />';

						wimpyHtml += '<param name="quality" value="high" />';
						wimpyHtml += '<param name="scale" value="noscale" />';
						wimpyHtml += '<param name="salign" value="lt" />';
						wimpyHtml += '<param name="bgcolor" value="ffffff" />';
						wimpyHtml += '<param name="flashvars" value="file=http://www.voxbox.com/mp3s/radioCHR.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" />';
//						wimpyHtml += '<param name="flashvars" value="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" />';
						wimpyHtml += '<param name="wmode" value="transparent" />';
						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="file=http://www.voxbox.com/mp3s/radioCHR.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
						wimpyHtml += '</object>';
						wimpyHtml += '<!-- END WIMPY PLAYER CODE -->';
					document.getElementById("radioWimpy").innerHTML = wimpyHtml;
					
					//hide all the other players and clear out their wimpy player
					document.getElementById("commercialPlayer").style.display = "none";
					document.getElementById("commercialWimpy").innerHTML = "";
					document.getElementById("promoPlayer").style.display = "none";
					document.getElementById("promoWimpy").innerHTML = "";
					document.getElementById("narrationPlayer").style.display = "none";
					document.getElementById("narrationWimpy").innerHTML = "";
					document.getElementById("dailyPlayer").style.display = "none";
					document.getElementById("dailyWimpy").innerHTML = "";
					document.getElementById("trailerPlayer").style.display = "none";
					document.getElementById("trailerWimpy").innerHTML = "";
					break;
					
					
					case "radioROCK":
				//show the commercial player
					document.getElementById("radioPlayer").style.display = "block";
					var wimpyHtml = '<!-- START WIMPY PLAYER CODE -->';
					    wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br>RADIO CONTACT: <a href="mailto:hoss@atlastalent.com">John "Hoss" Hossenlop</a></div>';
					wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br>AUDIO&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="radioAAA" onclick="showPlayer(this);return false;">AAA</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="radioROCK" onclick="showPlayer(this);return false;">ROCK</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="radioCHR" onclick="showPlayer(this);return false;">CHR</a></div>';
						wimpyHtml += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="320" height="155" id="wimpy4524">';
						wimpyHtml += '<param name="allowScriptAccess" value="always" />';
						wimpyHtml += '<param name="movie" value="http://www.voxbox.com/mp3s/wimpy.swf" />';
						wimpyHtml += '<param name="loop" value="false" />';
						wimpyHtml += '<param name="menu" value="false" />';

						wimpyHtml += '<param name="quality" value="high" />';
						wimpyHtml += '<param name="scale" value="noscale" />';
						wimpyHtml += '<param name="salign" value="lt" />';
						wimpyHtml += '<param name="bgcolor" value="ffffff" />';
						wimpyHtml += '<param name="flashvars" value="file=http://www.voxbox.com/mp3s/radioROCK.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" />';
//						wimpyHtml += '<param name="flashvars" value="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" />';
						wimpyHtml += '<param name="wmode" value="transparent" />';
						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="file=http://www.voxbox.com/mp3s/radioROCK.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
						wimpyHtml += '</object>';
						wimpyHtml += '<!-- END WIMPY PLAYER CODE -->';
					document.getElementById("radioWimpy").innerHTML = wimpyHtml;
					
					//hide all the other players and clear out their wimpy player
					document.getElementById("commercialPlayer").style.display = "none";
					document.getElementById("commercialWimpy").innerHTML = "";
					document.getElementById("promoPlayer").style.display = "none";
					document.getElementById("promoWimpy").innerHTML = "";
					document.getElementById("narrationPlayer").style.display = "none";
					document.getElementById("narrationWimpy").innerHTML = "";
					document.getElementById("dailyPlayer").style.display = "none";
					document.getElementById("dailyWimpy").innerHTML = "";
					document.getElementById("trailerPlayer").style.display = "none";
					document.getElementById("trailerWimpy").innerHTML = "";
					break;
					
					
				
				

				case "promoV":
					//show the promo player
					document.getElementById("promoPlayer").style.display = "block";
					var wimpyHtml = '<!-- START WIMPY Video CODE -->';
						wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br><a href="#" id="promo" onclick="showPlayer(this);return false;">AUDIO</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;VIDEO</div>';
						wimpyHtml += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="260" id="wimpy" align="middle">';
						wimpyHtml += '<param name="allowScriptAccess" value="sameDomain" />';
						wimpyHtml += '<param name="movie" value="http://www.voxbox.com/wimpy/wimpyAV.swf" />';
						wimpyHtml += '<param name="loop" value="false" />';
						wimpyHtml += '<param name="menu" value="false" />';

						wimpyHtml += '<param name="quality" value="high" />';
						wimpyHtml += '<param name="scale" value="noscale" />';
						wimpyHtml += '<param name="salign" value="lt" />';
						wimpyHtml += '<param name="bgcolor" value="ffffff" />';
						wimpyHtml += '<param name="flashvars" value="file=http://www.voxbox.com/wimpy/video/promoV.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/player.swf&image=http://www.voxbox.com/mp3s/loading.jpg&controlbar=over&screencolor=FFFFFF&icons=true" />';
//						wimpyHtml += '<param name="flashvars" value="wimpyApp=http://www.voxbox.com/wimpy/video/promoV.xml&backgroundColor=ffffff&displayDownloadButton=no&infoDisplayTime=3&randomOnLoad=no&randomButtonState=off&startPlayingOnload=yes&popUpHelp=yes&theVolume=75&getMyid3info=no&videoSmoothing=yes&autoAdvance=yes" />';
						wimpyHtml += '<param name="wmode" value="transparent" />';
						wimpyHtml += '<embed src="http://www.voxbox.com/wimpy/wimpyAV.swf" loop="false" menu="false" quality="high" wmode="transparent" scale="noscale" salign="lt" width="320" height="260" flashvars="file=http://www.voxbox.com/wimpy/video/promoV.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/player.swf&image=http://www.voxbox.com/mp3s/loading.jpg&controlbar=over&screencolor=FFFFFF&icons=true" name="wimpy" align="middle" bgcolor="#ffffff" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//						wimpyHtml += '<embed src="http://www.voxbox.com/wimpy/wimpyAV.swf" loop="false" menu="false" quality="high" wmode="transparent" scale="noscale" salign="lt" width="320" height="260" flashvars="wimpyApp=http://www.voxbox.com/wimpy/video/promoV.xml&backgroundColor=ffffff&displayDownloadButton=no&infoDisplayTime=3&randomOnLoad=no&randomButtonState=off&startPlayingOnload=yes&popUpHelp=yes&theVolume=75&getMyid3info=no&videoSmoothing=yes&autoAdvance=yes" name="wimpy" align="middle" bgcolor="#ffffff" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
						wimpyHtml += '</object>';
						wimpyHtml += '<!-- END WIMPY Video CODE -->';
					document.getElementById("promoWimpy").innerHTML = wimpyHtml;
					
					//hide all the other players and clear out their wimpy player
					document.getElementById("radioPlayer").style.display = "none";
					document.getElementById("radioWimpy").innerHTML = "";
					document.getElementById("commercialPlayer").style.display = "none";
					document.getElementById("commercialWimpy").innerHTML = "";
					document.getElementById("narrationPlayer").style.display = "none";
					document.getElementById("narrationWimpy").innerHTML = "";
					document.getElementById("dailyPlayer").style.display = "none";
					document.getElementById("dailyWimpy").innerHTML = "";
					document.getElementById("trailerPlayer").style.display = "none";
					document.getElementById("trailerWimpy").innerHTML = "";
					break;
				case "commercial":
					//show the commercial player
					document.getElementById("commercialPlayer").style.display = "block";
					var wimpyHtml = '<!-- START WIMPY PLAYER CODE -->';
						wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br>AUDIO&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="commercialV" onclick="showPlayer(this);return false;">VIDEO</a></div>';
						wimpyHtml += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="320" height="155" id="wimpy4524">';
						wimpyHtml += '<param name="allowScriptAccess" value="always" />';
						wimpyHtml += '<param name="movie" value="http://www.voxbox.com/mp3s/wimpy.swf" />';
						wimpyHtml += '<param name="loop" value="false" />';
						wimpyHtml += '<param name="menu" value="false" />';

						wimpyHtml += '<param name="quality" value="high" />';
						wimpyHtml += '<param name="scale" value="noscale" />';
						wimpyHtml += '<param name="salign" value="lt" />';
						wimpyHtml += '<param name="bgcolor" value="ffffff" />';
						wimpyHtml += '<param name="flashvars" value="file=http://www.voxbox.com/mp3s/commercial.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" />';
//						wimpyHtml += '<param name="flashvars" value="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" />';
						wimpyHtml += '<param name="wmode" value="transparent" />';
						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="file=http://www.voxbox.com/mp3s/commercial.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
						wimpyHtml += '</object>';
						wimpyHtml += '<!-- END WIMPY PLAYER CODE -->';
					document.getElementById("commercialWimpy").innerHTML = wimpyHtml;
					
					//hide all the other players and clear out their wimpy player
					document.getElementById("radioPlayer").style.display = "none";
					document.getElementById("radioWimpy").innerHTML = "";
					document.getElementById("promoPlayer").style.display = "none";
					document.getElementById("promoWimpy").innerHTML = "";
					document.getElementById("narrationPlayer").style.display = "none";
					document.getElementById("narrationWimpy").innerHTML = "";
					document.getElementById("dailyPlayer").style.display = "none";
					document.getElementById("dailyWimpy").innerHTML = "";
					document.getElementById("trailerPlayer").style.display = "none";
					document.getElementById("trailerWimpy").innerHTML = "";
					break;
					
					case "promo":
					//show the commercial player
					document.getElementById("promoPlayer").style.display = "block";
					var wimpyHtml = '<!-- START WIMPY PLAYER CODE -->';
						wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br>AUDIO&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="promoV" onclick="showPlayer(this);return false;">VIDEO</a></div>';
						wimpyHtml += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="320" height="155" id="wimpy4524">';
						wimpyHtml += '<param name="allowScriptAccess" value="always" />';
						wimpyHtml += '<param name="movie" value="http://www.voxbox.com/mp3s/wimpy.swf" />';
						wimpyHtml += '<param name="loop" value="false" />';
						wimpyHtml += '<param name="menu" value="false" />';

						wimpyHtml += '<param name="quality" value="high" />';
						wimpyHtml += '<param name="scale" value="noscale" />';
						wimpyHtml += '<param name="salign" value="lt" />';
						wimpyHtml += '<param name="bgcolor" value="ffffff" />';
						wimpyHtml += '<param name="flashvars" value="file=http://www.voxbox.com/mp3s/promo.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" />';
//						wimpyHtml += '<param name="flashvars" value="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" />';
						wimpyHtml += '<param name="wmode" value="transparent" />';
						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="file=http://www.voxbox.com/mp3s/promo.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
						wimpyHtml += '</object>';
						wimpyHtml += '<!-- END WIMPY PLAYER CODE -->';
					document.getElementById("promoWimpy").innerHTML = wimpyHtml;
					
					//hide all the other players and clear out their wimpy player
					document.getElementById("promoWimpy").innerHTML = wimpyHtml;
					//hide all the other players
					document.getElementById("radioPlayer").style.display = "none";
					document.getElementById("radioWimpy").innerHTML = "";
					document.getElementById("commercialPlayer").style.display = "none";
					document.getElementById("commercialWimpy").innerHTML = "";
					document.getElementById("narrationPlayer").style.display = "none";
					document.getElementById("narrationWimpy").innerHTML = "";
					document.getElementById("dailyPlayer").style.display = "none";
					document.getElementById("dailyWimpy").innerHTML = "";
					break;
					
					case "trailers":
					//show the commercial player
					document.getElementById("trailerPlayer").style.display = "block";
					var wimpyHtml = '<!-- START WIMPY PLAYER CODE -->';
//   					wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br>AUDIO&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="promoV" onclick="showPlayer(this);return false;">VIDEO</a></div>';
						wimpyHtml += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="320" height="155" id="wimpy4524">';
						wimpyHtml += '<param name="allowScriptAccess" value="always" />';
						wimpyHtml += '<param name="movie" value="http://www.voxbox.com/mp3s/wimpy.swf" />';
						wimpyHtml += '<param name="loop" value="false" />';
						wimpyHtml += '<param name="menu" value="false" />';

						wimpyHtml += '<param name="quality" value="high" />';
						wimpyHtml += '<param name="scale" value="noscale" />';
						wimpyHtml += '<param name="salign" value="lt" />';
						wimpyHtml += '<param name="bgcolor" value="ffffff" />';
						wimpyHtml += '<param name="flashvars" value="file=http://www.voxbox.com/mp3s/trailers.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" />';
//						wimpyHtml += '<param name="flashvars" value="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" />';
						wimpyHtml += '<param name="wmode" value="transparent" />';
						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="file=http://www.voxbox.com/mp3s/trailers.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
						wimpyHtml += '</object>';
						wimpyHtml += '<!-- END WIMPY PLAYER CODE -->';
					document.getElementById("trailerWimpy").innerHTML = wimpyHtml;
					
					//hide all the other players and clear out their wimpy player
					document.getElementById("trailerWimpy").innerHTML = wimpyHtml;
					//hide all the other players
					document.getElementById("radioPlayer").style.display = "none";
					document.getElementById("radioWimpy").innerHTML = "";
					document.getElementById("commercialPlayer").style.display = "none";
					document.getElementById("commercialWimpy").innerHTML = "";
					document.getElementById("narrationPlayer").style.display = "none";
					document.getElementById("narrationWimpy").innerHTML = "";
					document.getElementById("dailyPlayer").style.display = "none";
					document.getElementById("dailyWimpy").innerHTML = "";
					document.getElementById("promoPlayer").style.display = "none";
					document.getElementById("promoWimpy").innerHTML = "";
					break;
					
				case "commercialV":
					//show the commercial player
					document.getElementById("commercialPlayer").style.display = "block";
					var wimpyHtml = '<!-- START WIMPY Video CODE -->';
						wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br><a href="#" id="commercial" onclick="showPlayer(this);return false;">AUDIO</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;VIDEO</div>';
						wimpyHtml += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="260" id="wimpy" align="middle">';
						wimpyHtml += '<param name="allowScriptAccess" value="sameDomain" />';
						wimpyHtml += '<param name="movie" value="http://www.voxbox.com/wimpy/wimpyAV.swf" />';
						wimpyHtml += '<param name="loop" value="false" />';
						wimpyHtml += '<param name="menu" value="false" />';

						wimpyHtml += '<param name="quality" value="high" />';
						wimpyHtml += '<param name="scale" value="noscale" />';
						wimpyHtml += '<param name="salign" value="lt" />';
						wimpyHtml += '<param name="bgcolor" value="ffffff" />';
						wimpyHtml += '<param name="flashvars" value="file=http://www.voxbox.com/wimpy/video/commercialV.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/player.swf&screencolor=FFFFFF&icons=true" />';
//						wimpyHtml += '<param name="flashvars" value="wimpyApp=http://www.voxbox.com/wimpy/video/commercialV.xml&backgroundColor=ffffff&displayDownloadButton=no&infoDisplayTime=3&randomOnLoad=no&randomButtonState=off&startPlayingOnload=yes&popUpHelp=yes&theVolume=75&getMyid3info=no&videoSmoothing=yes&autoAdvance=yes" />';
						wimpyHtml += '<param name="wmode" value="transparent" />';
						wimpyHtml += '<embed src="http://www.voxbox.com/wimpy/wimpyAV.swf" loop="false" menu="false" quality="high" wmode="transparent" scale="noscale" salign="lt" width="320" height="260" flashvars="file=http://www.voxbox.com/wimpy/video/commercialV.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/player.swf&screencolor=FFFFFF&icons=true" name="wimpy" align="middle" bgcolor="#ffffff" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//						wimpyHtml += '<embed src="http://www.voxbox.com/wimpy/wimpyAV.swf" loop="false" menu="false" quality="high" wmode="transparent" scale="noscale" salign="lt" width="320" height="260" flashvars="wimpyApp=http://www.voxbox.com/wimpy/video/commercialV.xml&backgroundColor=ffffff&displayDownloadButton=no&infoDisplayTime=3&randomOnLoad=no&randomButtonState=off&startPlayingOnload=yes&popUpHelp=yes&theVolume=75&getMyid3info=no&videoSmoothing=yes&autoAdvance=yes" name="wimpy" align="middle" bgcolor="#ffffff" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
						wimpyHtml += '</object>';
						wimpyHtml += '<!-- END WIMPY Video CODE -->';
					document.getElementById("commercialWimpy").innerHTML = wimpyHtml;
					
					//hide all the other players and clear out their wimpy player
					document.getElementById("radioPlayer").style.display = "none";
					document.getElementById("radioWimpy").innerHTML = "";
					document.getElementById("promoPlayer").style.display = "none";
					document.getElementById("promoWimpy").innerHTML = "";
					document.getElementById("narrationPlayer").style.display = "none";
					document.getElementById("narrationWimpy").innerHTML = "";
					document.getElementById("dailyPlayer").style.display = "none";
					document.getElementById("dailyWimpy").innerHTML = "";
					document.getElementById("trailerPlayer").style.display = "none";
					document.getElementById("trailerWimpy").innerHTML = "";
					break;
				
					
					
					case "narration":
					
					//show the commercial player
					document.getElementById("narrationPlayer").style.display = "block";
					var wimpyHtml = '<!-- START WIMPY PLAYER CODE -->';
						wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br>AUDIO&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#" id="narrationV" onclick="showPlayer(this);return false;">VIDEO</a></div>';
						wimpyHtml += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="320" height="155" id="wimpy4524">';
						wimpyHtml += '<param name="allowScriptAccess" value="always" />';
						wimpyHtml += '<param name="movie" value="http://www.voxbox.com/mp3s/wimpy.swf" />';
						wimpyHtml += '<param name="loop" value="false" />';
						wimpyHtml += '<param name="menu" value="false" />';

						wimpyHtml += '<param name="quality" value="high" />';
						wimpyHtml += '<param name="scale" value="noscale" />';
						wimpyHtml += '<param name="salign" value="lt" />';
						wimpyHtml += '<param name="bgcolor" value="ffffff" />';
						wimpyHtml += '<param name="flashvars" value="file=http://www.voxbox.com/mp3s/narration.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" />';
//						wimpyHtml += '<param name="flashvars" value="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" />';
						wimpyHtml += '<param name="wmode" value="transparent" />';
						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="file=http://www.voxbox.com/mp3s/narration.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/mp3.swf&icons=false" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//						wimpyHtml += '<embed src="http://www.voxbox.com/mp3s/wimpy.swf" flashvars="wimpyApp=http://www.voxbox.com/mp3s/commercial.xml&wimpySkin=http://www.voxbox.com/mp3s/skins/skin_brad.xml&theVolume=75&startPlayingOnload=yes&startupLogo=http://www.voxbox.com/mp3s/loading.png" loop="false" menu="false" quality="high" width="320" height="155" scale="noscale" salign="lt" name="wimpy4685" align="center" bgcolor="ffffff" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
						wimpyHtml += '</object>';
						wimpyHtml += '<!-- END WIMPY PLAYER CODE -->';
						document.getElementById("narrationWimpy").innerHTML =  wimpyHtml;
					
					
					//hide all the other players and clear out their wimpy player
					document.getElementById("radioPlayer").style.display = "none";
					document.getElementById("radioWimpy").innerHTML = "";
					document.getElementById("promoPlayer").style.display = "none";
					document.getElementById("promoWimpy").innerHTML = "";
					document.getElementById("commercialPlayer").style.display = "none";
					document.getElementById("commercialWimpy").innerHTML ="";
					document.getElementById("dailyPlayer").style.display = "none";
					document.getElementById("dailyWimpy").innerHTML = "";
					document.getElementById("trailerPlayer").style.display = "none";
					document.getElementById("trailerWimpy").innerHTML = "";
					
					break;
					
				case "narrationV":
				
				
					//show the narration player
					document.getElementById("narrationPlayer").style.display = "block";
					var wimpyHtml = '<!-- START WIMPY Video CODE -->';
						wimpyHtml += '<div align="center" style="width:320px; font-weight:bold; margin-bottom:10px;"><br><a href="#" id="narration" onclick="showPlayer(this);return false;">AUDIO</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;VIDEO</div>';
						wimpyHtml += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="260" id="wimpy" align="middle">';
						wimpyHtml += '<param name="allowScriptAccess" value="sameDomain" />';
						wimpyHtml += '<param name="movie" value="http://www.voxbox.com/wimpy/wimpyAV.swf" />';
						wimpyHtml += '<param name="loop" value="false" />';
						wimpyHtml += '<param name="menu" value="false" />';

						wimpyHtml += '<param name="quality" value="high" />';
						wimpyHtml += '<param name="scale" value="noscale" />';
						wimpyHtml += '<param name="salign" value="lt" />';
						wimpyHtml += '<param name="bgcolor" value="ffffff" />';
						wimpyHtml += '<param name="flashvars" value="file=http://www.voxbox.com/wimpy/video/narrationV.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/player.swf&screencolor=FFFFFF&icons=true" />';
//						wimpyHtml += '<param name="flashvars" value="wimpyApp=http://www.voxbox.com/wimpy/video/narrationV.xml&backgroundColor=ffffff&displayDownloadButton=no&infoDisplayTime=3&randomOnLoad=no&randomButtonState=off&startPlayingOnload=yes&popUpHelp=yes&theVolume=75&getMyid3info=no&videoSmoothing=yes&autoAdvance=yes" />';
						wimpyHtml += '<param name="wmode" value="transparent" />';
						wimpyHtml += '<embed src="http://www.voxbox.com/wimpy/wimpyAV.swf" loop="false" menu="false" quality="high" wmode="transparent" scale="noscale" salign="lt" width="320" height="260" flashvars="file=http://www.voxbox.com/wimpy/video/narrationV.xml&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/player.swf&screencolor=FFFFFF&icons=true" name="wimpy" align="middle" bgcolor="#ffffff" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//						wimpyHtml += '<embed src="http://www.voxbox.com/wimpy/wimpyAV.swf" loop="false" menu="false" quality="high" wmode="transparent" scale="noscale" salign="lt" width="320" height="260" flashvars="wimpyApp=http://www.voxbox.com/wimpy/video/narrationV.xml&backgroundColor=ffffff&displayDownloadButton=no&infoDisplayTime=3&randomOnLoad=no&randomButtonState=off&startPlayingOnload=yes&popUpHelp=yes&theVolume=75&getMyid3info=no&videoSmoothing=yes&autoAdvance=yes" name="wimpy" align="middle" bgcolor="#ffffff" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
						wimpyHtml += '</object>';
						wimpyHtml += '<!-- END WIMPY Video CODE -->';
					document.getElementById("narrationWimpy").innerHTML = wimpyHtml;
					
					//hide all the other players and clear out their wimpy player
					document.getElementById("radioPlayer").style.display = "none";
					document.getElementById("radioWimpy").innerHTML = "";
					document.getElementById("promoPlayer").style.display = "none";
					document.getElementById("promoWimpy").innerHTML = "";
					document.getElementById("commercialPlayer").style.display = "none";
					document.getElementById("commercialWimpy").innerHTML = "";
					document.getElementById("dailyPlayer").style.display = "none";
					document.getElementById("dailyWimpy").innerHTML = "";
					document.getElementById("trailerPlayer").style.display = "none";
					document.getElementById("trailerWimpy").innerHTML = "";
					break;
				case "daily":
					//show the daily player
					document.getElementById("dailyPlayer").style.display = "block";
					var wimpyHtml = '<!-- START WIMPY Video CODE -->';
						wimpyHtml += '<div align="center" style="width:320px; font-weight:bold;">&nbsp;</div>';
						wimpyHtml += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="260" id="wimpy" align="middle">';
						wimpyHtml += '<param name="allowScriptAccess" value="sameDomain" />';
						wimpyHtml += '<param name="movie" value="http://www.voxbox.com/wimpy/wimpyAV.swf" />';
						wimpyHtml += '<param name="loop" value="false" />';
						wimpyHtml += '<param name="menu" value="false" />';

						wimpyHtml += '<param name="quality" value="high" />';
						wimpyHtml += '<param name="scale" value="noscale" />';
						wimpyHtml += '<param name="salign" value="lt" />';
						wimpyHtml += '<param name="bgcolor" value="ffffff" />';
						wimpyHtml += '<param name="flashvars" value="file=http://www.voxbox.com/wimpy/video/daily.xml&playIcon=http://www.voxbox.com/mp3s/loading.png&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/player.swf&screencolor=FFFFFF&icons=true" />';

//						wimpyHtml += '<param name="flashvars" value="wimpyApp=http://www.voxbox.com/wimpy/video/daily.xml&backgroundColor=ffffff&displayDownloadButton=no&infoDisplayTime=3&randomOnLoad=no&randomButtonState=off&startPlayingOnload=yes&popUpHelp=yes&theVolume=75&getMyid3info=no&videoSmoothing=yes&autoAdvance=yes" />';
						wimpyHtml += '<param name="wmode" value="transparent" />';
						wimpyHtml += '<embed src="http://www.voxbox.com/wimpy/wimpyAV.swf" loop="false" menu="false" quality="high" wmode="transparent" scale="noscale" salign="lt" width="320" height="260" flashvars="file=http://www.voxbox.com/wimpy/video/daily.xml&image=http://www.voxbox.com/mp3s/loading.png&autostart=true&repeat=list&skin=http://www.voxbox.com/wimpy/player.swf&screencolor=FFFFFF&icons=true" name="wimpy" align="middle" bgcolor="#ffffff" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//						wimpyHtml += '<embed src="http://www.voxbox.com/wimpy/wimpyAV.swf" loop="false" menu="false" quality="high" wmode="transparent" scale="noscale" salign="lt" width="320" height="260" flashvars="wimpyApp=http://www.voxbox.com/wimpy/video/daily.xml&backgroundColor=ffffff&displayDownloadButton=no&infoDisplayTime=3&randomOnLoad=no&randomButtonState=off&startPlayingOnload=yes&popUpHelp=yes&theVolume=75&getMyid3info=no&videoSmoothing=yes&autoAdvance=yes" name="wimpy" align="middle" bgcolor="#ffffff" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
						wimpyHtml += '</object>';
						wimpyHtml += '<!-- END WIMPY Video CODE -->';
					document.getElementById("dailyWimpy").innerHTML = wimpyHtml;
					
					//hide all the other players and clear out their wimpy player
					document.getElementById("radioPlayer").style.display = "none";
					document.getElementById("radioWimpy").innerHTML = "";
					document.getElementById("commercialPlayer").style.display = "none";
					document.getElementById("commercialWimpy").innerHTML = "";
					document.getElementById("promoPlayer").style.display = "none";
					document.getElementById("promoWimpy").innerHTML = "";
					document.getElementById("narrationPlayer").style.display = "none";
					document.getElementById("narrationWimpy").innerHTML = "";
					document.getElementById("trailerPlayer").style.display = "none";
					document.getElementById("trailerWimpy").innerHTML = "";
					break;
				default:
					//hide all the players
					document.getElementById("narrationPlayer").style.display = "none";
					document.getElementById("narrationWimpy").innerHTML = "";
					document.getElementById("radioPlayer").style.display = "none";
					document.getElementById("radioWimpy").innerHTML = "";
					document.getElementById("promoPlayer").style.display = "none";
					document.getElementById("promoWimpy").innerHTML = "";
					document.getElementById("commercialPlayer").style.display = "none";
					document.getElementById("commercialWimpy").innerHTML = "";
					document.getElementById("dailyPlayer").style.display = "none";
					document.getElementById("dailyWimpy").innerHTML = "";
					document.getElementById("trailerPlayer").style.display = "none";
					document.getElementById("trailerWimpy").innerHTML = "";
			}
		}
