function insertFlash(swf,width,height,bgcolor,base) 
{
	// set default bgcolor if not provided
	if(!bgcolor || bgcolor=="") bgcolor = "#FFFFFF";
	// write the flash tags 
	var id = swf.substring(swf.length - 3); 
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" width=\""+width+"\" height=\""+height+"\" id=\""+id+"\" align=\"middle\">");
	document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
	document.write("<param name=\"movie\" value=\""+swf+"\" />");
	document.write("<param name=\"quality\" value=\"high\" />");
	document.write("<param name=\"bgcolor\" value=\""+bgcolor+"\" />");
	document.write("<embed src=\""+swf+"\" quality=\"high\" bgcolor=\""+bgcolor+"\" width=\""+width+"\" height=\""+height+"\" name=\""+id+"\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
	document.write("</object>");

	{
	//	document.write("<param name=base value=\""+base+"\">");
	}	
	//document.write("<embed src=\""+swf+"\" id=\""+id+"\"  wmode=\"transparent\" quality=\"high\" bgcolor=\""+bgcolor+"\" ");
	//if (base != undefined && base != null)
	{
		//document.write (" base=\""+base+"\" ");
	}

}

function spawnWindow(URL,Name,features) 
{
	window.open(URL,Name,features);
}
function writeFooter()
{
	document.write("<img src=\"/images/equal.gif\" border=\"0\" width=\"12\" height=\"10\"> Equal housing lender. <a href=\"/privacy.html\" style=\"color:#ffffff;\">Privacy Policy</a><br /> &copy; 2005-2006 Joshua Phillips, All Rights Reserved. | <a href=\"/siteMap.html\" style=\"color:#ffffff;\">sitemap</a> | Email: <a href=\"mailto:info@joshuaphillips.com\" style=\"color:#0099FF\">info@joshuaphillips.com</a> | Powered by <a href=\"http://www.theagrouponline.com\" style=\"color:#0099FF\">The A Group</a>");
}

