function InsertIntro()
{
		document.write('	<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" HEIGHT=240 WIDTH=320 href="/home.php" qtnext1="http://www.bigdiggity.com/home.php"> \n ');
		document.write('			<PARAM NAME="src" VALUE="includes/diginintro320.mov" >\n');
		document.write('			<PARAM NAME="AutoPlay" VALUE="true" >\n');
		document.write('			<PARAM NAME="Controller" VALUE="false" >\n');
		document.write('			<PARAM NAME="href" VALUE="/home.php" >\n');
		document.write('			<PARAM NAME="QTNEXT1" VALUE="http://www.bigdiggity.com/home.php">\n');
		document.write('			<EMBED SRC="includes/diginintro320.mov" qtnext1="http://www.bigdiggity.com/home.php" HEIGHT=240 WIDTH=320 TYPE="video/quicktime" PLUGINSPAGE="http://www.apple.com/quicktime/download/" AUTOPLAY="true" CONTROLLER="false" HREF="/home.php"/> \n');
		document.write('		</OBJECT>\n');

};

function InsertBGMusic()
{
		document.write('<object id="bgsound" border="0">\n');
		document.write('	<param name="src" value="includes/BigDiggityWebAudio.m3u">\n');
		document.write('	<param name="controls" value="all">\n');
		document.write('	<param name="loop" value="true">\n');
		document.write('	<param name="loop" value="1000">\n');
		document.write('	<param name="playcount" value="1000">\n');
		document.write('	<embed type="audio/x-mpeg" loop="true" playcount="100" src="/includes/BigDiggityWebAudio.m3u" height="16" width="285" autostart="true" controls="all" border="0">\n');
		document.write('</object><br>\n');

};
