function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = true;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//Copyright 2005 Ash Young
//Website: http://evoluted.net/
//Email: ash@evoluted.net

//Feel free to use this function in any
//manner you wish!

	 function clearBox(box) {
	 	 if(box.value==box.defaultValue) {
	 	 	 box.value = "";	 	 
	}
}
