/*
Neighborhood Watch Site

© 2009 MONDIAL CREATIVE LABS

Author: Andrew Prousalis
andrew@mondialcreative.com

*/
function addMovie()
{
	document.write('<object width="640" height="372"');
	document.write('classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"');
	document.write('codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.write('<param name="src" value="qt/nw.mp4">');
	document.write('<param name="autoplay" value="true">');
	document.write('<param name="controller" value="true">');
	document.write('<embed src="qt/nw.mp4" width="640" height="372"');
	document.write('autoplay="true" controller="true"');
	document.write('pluginspage="http://www.apple.com/quicktime/download/">');
	document.write('</embed>');
	document.write('</object>');
}


