// JavaScript Document

function loadMessage(date,volume) {
	document.write('<embed src="http://www.impactcommunicationsvideo.com/colonialwoods/'+date+'.wmv" width="352" height="300" autostart="TRUE"></embed>');
	
}
function loadMessageLong(date,volume) {
	document.write('<embed src="http://www.impactcommunicationsvideo.com/colonialwoods/'+date+'.wmv" width="500" height="300" autostart="TRUE"></embed>');
	
}
function loadIntro() {
	//document.write('<embed src="http://www.impactcommunicationsvideo.com/colonialwoods/newintro.wmv" width="352" height="300" autostart="TRUE"></embed>');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="300">\n');
	document.write('<param name="movie" value="/downloads/greeting2.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="/downloads/greeting2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"');
	document.write('type="application/x-shockwave-flash" width="400" height="300"></embed>\n');
	document.write('</object>');
}
