<!-- // START SCRIPT

var width	= "400"		// PLAYER WIDTH
var height	= "150"		// PLAYER WIDTH
var color 	= "BFBFBF"	// FLASH BACKGROUND COLOR

// FLASH PLAYER

// COPYRIGHT 2009 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE



document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+width+'" HEIGHT="'+height+'" id="popup_flash">');
document.write('<PARAM NAME="movie" VALUE="sounds/player-flash.swf?song=sounds/');
if (location.search.length > 0) document.write(location.search.substring(1));
document.write('">');
document.write('<PARAM NAME="quality" VALUE="best">');
document.write('<PARAM NAME="scale" VALUE="exactfit">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+color+'">');
document.write('<EMBED src="sounds/player-flash.swf?song=sounds/');
if (location.search.length > 0) document.write(location.search.substring(1));
document.write('" quality="best" scale="exactfit" bgcolor="#'+color+'" WIDTH="'+width+'" HEIGHT="'+height+'" NAME="popup_flash" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED></OBJECT><br>');

//-->
