function InsertLogo() {
	document.write('<object type="application/x-shockwave-flash" data="/core.swf" width="500" height="390">\n');
	document.write('<param name="movie" value="/core.swf" />\n');
	document.write('<img src="/_img/gallery.jpg" border="0" width="500" height="390" alt="TeamSouth Construction" />\n');
	document.write('</object>\n');
}


function InsertSplash() {
	document.write('<object type="application/x-shockwave-flash" data="/intro.swf" width="500" height="390">\n');
	document.write('<param name="movie" value="/intro.swf" />\n');
	document.write('<img src="/_img/splash.gif" border="0" width="500" height="390" alt="TeamSouth Construction" />\n');
	document.write('</object>\n');
}

