function initaudio() {
	
	var ns6 = document.getElementById && !document.all;
	var ie = document.all;
	
	if (ie) {
		document.writeln ('<div id="audio2" style="float:left;width: 844px;text-align:left;border:solid 8px #C9C4E2;display: none;"><div style="float:left;width:844px;height:10px;min-height:10px"></div><div style="float:left;width:10px;height:61px;min-height:61px"></div><div style="float:left;width:824px;"><span style="cursor: pointer;"><img src="images/podcast_off.png" alt="Podcast of Eva Swersey interview by Beauty in DC" width="59" height="61" border="0" align="left" style="padding-right:20px;" onclick="audio(document);" /></span><span style="cursor: pointer;font-weight:bold;">Podcast</span><br />Beauty in D.C. interviews Body Elements President & Founder Eva Swersey about the benefits of Endermologie.<br /><object id="audiosprime" type="audio/mpeg" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" height="45" width="300" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..."><param name="url" value="videos/Body-Elements-Podcast.mp3" /><param name="autostart" value="1" /><param name="controller" value="true" /><param name="autoplay" value="true" /><param name="ShowStatusBar" value="false" /><param name="volume" value="100" /></object></div><div style="float:left;width:844px;height:10px;min-height:10px"></div></div>');
			
		document.getElementById('audiosprime').controls.stop();

		} else if (ns6) {
			document.writeln ('<div id="audio2" style="float:left;width: 844px;text-align:left;border:solid 8px #C9C4E2;display: none;"><div style="float:left;width:844px;height:10px;min-height:10px"></div><div style="float:left;width:10px;height:61px;min-height:61px"></div><div style="float:left;width:824px;"><span style="cursor: pointer;"><img src="images/podcast_off.png" alt="Podcast of Eva Swersey interview by Beauty in DC" width="59" height="61" border="0" align="left" style="padding-right:20px;" onclick="audio(document);" /></span><span style="cursor: pointer;font-weight:bold;">Podcast</span><br />Beauty in D.C. interviews Body Elements President & Founder Eva Swersey about the benefits of Endermologie.<br /><object id="audios" type="audio/x-mpeg" data="videos/Body-Elements-Podcast.mp3" width="300" height="16"><param name="src" value="videos/Body-Elements-Podcast.mp3" /><param name="controller" value="true" /><param name="autoplay" value="true" /><param name="autostart" value="1" /><param name="pluginurl" value="http://www.apple.com/quicktime/download/" /></object></div><div style="float:left;width:844px;height:10px;min-height:10px"></div></div>');
		}	
}

function audio(document) {
	
	var ns6 = document.getElementById && !document.all;
	var ie = document.all;
	
	if (ie) {
		change('audio1','setCSS','display','none');
		change('audio2','setCSS','display','inline');
		document.getElementById('audiosprime').controls.play();
	} else if (ns6) {
		change('audio1','setCSS','display','none');
		change('audio2','setCSS','display','inline');
	}
}