// scripts/home.js
// FOR HOME PAGE CONTENT

function writeNews()
{
	var wCode;
	wCode = "Our next show will be Fright Night Film Festival in Louisville Kentucky July 30 to August 1.  We will be painting faces at the booth.        Also, We are now carrying Wolfe FX e-Flow airbrush makeup.";
	document.write(wCode);
}