var intro = 'Welcome to Precision Film Tools.<br>The Entertainment Industry is changing<br>We are making it more efficient and open.<br><br>Check out <a href=http://www.crewplay.com>Crewplay.com</a><br>This is a gift. It comes with a price.<br>Who is the lamb and who is the knife?';
var mov_1 = "<object width='480' height='340'><param name='movie' value='http://www.youtube.com/v/_Uqfrp7JPr0&hl=en&fs=1&autoplay=1&rel=0'></param><param name='allowFullScreen' value='true'></param><embed src='http://www.youtube.com/v/_Uqfrp7JPr0&hl=en&fs=1&autoplay=1&rel=0' type='application/x-shockwave-flash' allowfullscreen='true' width='480' height='340'></embed></object>";

function display_intro() {
	document.write(mov_1);
	document.write("<br><br>");
	document.write(intro);
}
