function vetAnswers61_42(){
var yes = 0;
var no = 0;
	for (var i=1;i<7;i++) {
		if (eval('document.xlaapmform61_42.answer' + i + '.value') !='') {
			yes++;
		} 
	}
		if (yes == 6) {
		return true;
		}
		else {
			alert('Please answer all the questions before submitting');
			return false;
		}
	}
function xlaapmsubmit61_42(){
		if (vetAnswers61_42()){
		xlaapmxe = window.open('','xlaapmxe','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=350');
		document.xlaapmform61_42.submit();
		xlaapmxe.focus();
	}
}
	document.write('<form name=xlaapmform61_42 method=post target=xlaapmxe action=http:\/\/www.marc2.org\/absolutepm\/xlaabsolute2.asp?p=61 style=margin:0;><table width=100% cellspacing=1 cellpadding=1><tr align=left><td colspan=2 valign=top><font  style=\"font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:9;color:#000000;\"><b>How do you cope with high fuel costs?<\/b><\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'820\' name=\'answer1\'><\/td><td width=100%><font style=\"font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:9;color:#000000;\">Carpool<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'821\' name=\'answer2\'><\/td><td width=100%><font style=\"font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:9;color:#000000;\">Use public transit<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'822\' name=\'answer3\'><\/td><td width=100%><font style=\"font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:9;color:#000000;\">Combine trips<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'823\' name=\'answer4\'><\/td><td width=100%><font style=\"font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:9;color:#000000;\">Bike or walk more<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'824\' name=\'answer5\'><\/td><td width=100%><font style=\"font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:9;color:#000000;\">Drive an alternate vehicle<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'825\' name=\'answer6\'><\/td><td width=100%><font style=\"font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:9;color:#000000;\">Don\'t make any changes<\/font><\/td><\/tr><tr><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td align=center colspan=2><input type=button onclick=\"javascript:xlaapmsubmit61_42()\" name=Submit value=\'Submit\' style=\"font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:9;color:#000000;\"\'><input type=hidden name=totalquestions value=6><\/td><\/tr><\/table><input type=hidden name=dopoll value=61><input type=hidden name=z value=\'42\'><\/form>');
