﻿// scripts/home.js
// FOR HOME PAGE CONTENT

function writeNews()
{
	var wCode;
	wCode = "The last convention for this season is Spooky Empire Ultimate Horror Weekend in Orlando on Oct 7-9.  Order shipments may take an additional day or two to be sent due to shipping the products back and forth to Orlando.  With Halloween approaching Wolfe FX is running out of some colors so we have limited stock and can not determine when more will arrive.  Please order by October 24th to ensure delivery by Halloween.";
	document.write(wCode);
}
