function getCookie(name)
{
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++)
	{
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}

function loadContactForm()
{
	myCookie=getCookie("bigghomessearchterms");
	var fvar="keywords="+myCookie;
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="380" width="550" id="Flash1">\n');
  document.write('<param name=FlashVars value=');
  document.write(fvar);
  document.write('>\n');
  document.write('<param name="Movie" value="./bigg1contact.swf">\n');
  document.write('<param name="Quality" value="AutoLow">\n');
  document.write('<param name="Loop" value="0">\n');
  document.write('<param name="Play" value="1">\n');
  document.write('<param name="Scale" value="ShowAll">\n');
  document.write('<param name="WMode" value="Window">\n');
  document.write('<param name="SAlign" value="Left">\n');
  document.write('<embed id="Flash1" src="./bigg1contact.swf" FlashVars=');
  document.write(fvar);
  document.write(' height="380" width="550" palette="background" Quality="AutoLow" Loop="FALSE" Play="TRUE" Scale="ShowAll" WMode="Window" SAlign="Left" alt="" pluginspage="http://www.macromedia.com/go/getflashplayer/" type="application/x-shockwave-flash"></object>\n');
}
