function goBack()
  {


var one = eval(document.Searchform.price.value)
var two = eval(document.Searchform.usage.value)
var three = eval(document.Searchform.oneoff.value)

var page = (one*100)+(two*10)+(three*1)		

			if (page == 111) {
				document.location.href ="indexnew.html";
			} 
			else if (page == 112) {
				document.location.href ="searchbroadband6.html";
			} 
			else if (page == 121) {
				document.location.href ="searchbroadband3.html";
			} 
			else if (page == 131) {
				document.location.href ="searchbroadband4.html";
			} 
			else if (page == 141) {
				document.location.href ="searchbroadband5.html";
			} 
			else if (page == 122) {
				document.location.href ="searchbroadband15.html";
			} 
			else if (page == 132) {
				document.location.href ="searchbroadband16.html";
			} 
			else if (page == 142) {
				document.location.href ="searchbroadband17.html";
			} 
			else if (page == 211) {
				document.location.href ="searchbroadband1.html";
			} 
			else if (page == 311) {
				document.location.href ="searchbroadband2.html";
			} 
			else if (page == 212) {
				document.location.href ="searchbroadband7.html";
			} 
			else if (page == 312) {
				document.location.href ="searchbroadband8.html";
			} 
			else if (page == 221) {
				document.location.href ="searchbroadband18.html";
			} 
			else if (page == 321) {
				document.location.href ="searchbroadband21.html";
			} 
			else if (page == 222) {
				document.location.href ="searchbroadband9.html";
			} 
			else if (page == 322) {
				document.location.href ="searchbroadband12.html";
			} 
			else if (page == 231) {
				document.location.href ="searchbroadband19.html";
			} 
			else if (page == 331) {
				document.location.href ="searchbroadband22.html";
			} 
			else if (page == 232) {
				document.location.href ="searchbroadband10.html";
			} 
			else if (page == 332) {
				document.location.href ="searchbroadband13.html";
			} 
			else if (page == 241) {
				document.location.href ="searchbroadband20.html";
			} 
			else if (page == 341) {
				document.location.href ="searchbroadband23.html";
			} 
			else if (page == 242) {
				document.location.href ="searchbroadband11.html";
			} 
			else if (page == 342) {
				document.location.href ="searchbroadband14.html";
			} 
			else {
				document.location.href ="index.html";
			}

}

