function AudioClip()

{

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="60" height="30">\n');

document.write('<param name="movie" value="http://bestjobsonlinetoday.com/kevin-content/button.swf?theFile=http://bestjobsonlinetoday.com/kevin-content/KevinBlog.mp3" />\n');

document.write('<param name="quality" value="high" />\n');

document.write('<embed src="http://bestjobsonlinetoday.com/kevin-content/button.swf?theFile=http://bestjobsonlinetoday.com/kevin-content/KevinBlog.mp3" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="60" height="30"></embed>\n');

document.write('</object>\n');

}



function AudioClip2()
{
	if ( audioclipon == 1 )
	{
		audioclipon = 0;
		var a = '';
		
		a='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="60" height="30">\n';
		
		a+='<param name="movie" value="http://bestjobsonlinetoday.com/kevin-content/button.swf?theFile=http://bestjobsonlinetoday.com/kevin-content/KevinBlog.mp3" />\n';
		
		a+='<param name="quality" value="high" />\n';
	
		a+='<embed src="http://bestjobsonlinetoday.com/kevin-content/button.swf?theFile=http://bestjobsonlinetoday.com/kevin-content/KevinBlog.mp3" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="60" height="30"></embed>\n';
		a+='</object>\n';
		
		document.getElementById('sound').innerHTML=a;	
	}
	else
	{
		return;	
	}
}
