<!--
function submitGtdForm() {
	var posturl = "http://a.aswalo.com/cgi/r?;n=203;c=207629;s=3465;x=7936;f=200607101520160;u=j;z=TIMESTAMP;";
	if (document.gtd.PC.value=='') {
		alert('Please enter your zip code');
	} else {
		
		var posturl = "http://www.homeimprovementideas.net/more-info.php?";
		var BuyTimeframe;
		var OwnHome;

		j=document.gtd.BuyTimeframe.length;
		for (i=0; i<j; i++){
			if(document.gtd.BuyTimeframe[i].checked) BuyTimeframe = document.gtd.BuyTimeframe[i].value;
		}	
		
		j=document.gtd.OwnHome.length;
		for (i=0; i<j; i++){
			if(document.gtd.OwnHome[i].checked) OwnHome = document.gtd.OwnHome[i].value;
		}
	
		var getParams = "";		
		getParams += "BuyTimeframe="+BuyTimeframe+"&";
		getParams += "OwnHome="+OwnHome+"&";
		getParams += "PC="+document.gtd.PC.value+"&";
		getParams += "servicescheckbox=DOOR&";	

		self.location = posturl + getParams;
	}
}
//-->
document.write("<div class=\"fdFormContainer\"><form name=\"gtd\" method=\"GET\" action=\"javascript:submitGtdForm()\"><div style=\"float:left; position:relative; top:51px; left:26px;\"><input type=\"radio\" name=\"BuyTimeframe\" value=\"Immediately\" checked></div><div style=\"float:left; position:relative; top:51px; left:105px\"><input type=\"radio\" name=\"BuyTimeframe\" value=\"1-6 months\"></div><div style=\"float:left; position:relative; top:51px; left:223px;\"><input type=\"radio\" name=\"BuyTimeframe\" value=\"Don't know\"></div><div style=\"float:left; position:relative; top:88px; left:-34px;\"><input type=\"radio\" name=\"OwnHome\" value=\"Yes\" checked></div><div style=\"float:left; position:relative; top:88px; left:45px;\"><input type=\"radio\" name=\"OwnHome\" value=\"No\"></div><div style=\"float:left; position:relative; top:115px; left:5px;\"><input type=\"text\" name=\"PC\" style=\"width:85px; height:13px; border:1px solid #000000; border-style:inset;\"></div><div style=\"float:left; position:relative; top:114px; left:15px;\"><input type=\"image\" src=\"images/form-go.gif\" name=\"submit\"></div></form></div>");
