var macIE52 = (navigator.userAgent.indexOf('MSIE 5.2') != -1 &&	navigator.userAgent.indexOf('Mac') != -1);

function buildFlash(){
	document.write("<object type='application/x-shockwave-flash' data='http://www.fansonly.com/schools/fau/graphics/fauSoundPlayer.swf?soundURL="+soundURL+"&mp3Playing="+mp3Playing+"' wmode='transparent' width='240' height='39'>");
	document.write("<param name='movie' value='http://www.fansonly.com/schools/fau/graphics/fauSoundPlayer.swf?soundURL="+soundURL+"&mp3Playing="+mp3Playing+"' wmode='transparent' width='240' height='39'>");
	if (!macIE52){
		document.write('<a href="http://www.adobe.com/products/flashplayer/" target="_blank"><img style="border:0" src="http://www.fansonly.com/schools/fau/graphics/noFlashMp3.gif" alt="Click here to get Flash Player" /></a>');
	}
	document.write('</object>');
}