/********************************************************************
 * Andrew Urquhart, 2002-10-29										*
 * Check that a poll answer has been chosen, then submit to pop-up	*
 * window															*
 ********************************************************************/
function ValidatePollAndPopUp(formReference, elementName) {
	var e = formReference.elements[elementName];
	var answeredValue = 1;
	if (typeof(e) != "undefined") {
		var notAnswered = true;
		for (var j=0; j<e.length; ++j) {
			notAnswered = (notAnswered && !e[j].checked);
			if (e[j].checked) {
				answeredValue = e[j].value;
			}
		}	
		if (notAnswered) {
			alert("Please choose an answer before submitting your vote!");
			return false;
		}	
	}
	PopUpPollWindow("http://poll.futurenet.com/globalfiles/polls_sei2/polls_www_addvote.asp?domain=poll.futurenet.com&siteid=97&questionid=759&pollAnswer=" + answeredValue);
	return false;
}
/********************************************************************
 * Andrew Urquhart, 2002-10-29										*
 * Check that a poll answer has been chosen, then submit to pop-up	*
 * window															*
 ********************************************************************/
function PopUpPollWindow(url) {
	window.poll = window.open(url, "poll", "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=350,height=310");
}
/*
This file is produced automatically, do not edit it's contents.
Andrew Urquhart 2002-10-28 12:52 UTC
*/
document.write("<form name=\"polls_www_showcurrent_form\" action=\"http:\/\/poll.futurenet.com\/globalfiles\/polls_sei2\/polls_www_addvote.asp?siteid=97&questionid=759&domain=poll.futurenet.com\" method=\"post\" target=\"poll\" onsubmit=\"return ValidatePollAndPopUp(this, \'pollAnswer\')\">");
document.write("<input type=\"hidden\" value=\"poll.futurenet.com\" name=\"domain\">");
document.write("<input type=\"hidden\" value=\"97\" name=\"siteid\">");
document.write("<input type=\"hidden\" value=\"759\" name=\"questionid\">");
document.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"pollBox\">");
document.write("<tr><td colspan=\"2\" class=\"pollQuestion\">Have you ever used a sketch to get you started on a layout?<\/td><\/tr>");
document.write("<tr><td colspan=\"2\"><br \/><\/td><\/tr>");
document.write("<tr><td class=\"pollAnswerRadioCell\"><input type=\"radio\" name=\"pollAnswer\" id=\"pollAnswer_1\" value=\"1\" checked><\/td><td class=\"pollAnswerDescCell\"><label for=\"pollAnswer_1\"> <span class=\"pollAnswer\">Yes, all the time<\/span><\/label><\/td><\/tr>");
document.write("<tr><td class=\"pollAnswerRadioCell\"><input type=\"radio\" name=\"pollAnswer\" id=\"pollAnswer_2\" value=\"2\"><\/td><td class=\"pollAnswerDescCell\"><label for=\"pollAnswer_2\"> <span class=\"pollAnswer\">Occasionally when I need a kickstart<\/span><\/label><\/td><\/tr>");
document.write("<tr><td class=\"pollAnswerRadioCell\"><input type=\"radio\" name=\"pollAnswer\" id=\"pollAnswer_3\" value=\"3\"><\/td><td class=\"pollAnswerDescCell\"><label for=\"pollAnswer_3\"> <span class=\"pollAnswer\">Once or twice<\/span><\/label><\/td><\/tr>");
document.write("<tr><td class=\"pollAnswerRadioCell\"><input type=\"radio\" name=\"pollAnswer\" id=\"pollAnswer_4\" value=\"4\"><\/td><td class=\"pollAnswerDescCell\"><label for=\"pollAnswer_4\"> <span class=\"pollAnswer\">I plan to try one<\/span><\/label><\/td><\/tr>");
document.write("<tr><td class=\"pollAnswerRadioCell\"><input type=\"radio\" name=\"pollAnswer\" id=\"pollAnswer_5\" value=\"5\"><\/td><td class=\"pollAnswerDescCell\"><label for=\"pollAnswer_5\"> <span class=\"pollAnswer\">No, never<\/span><\/label><\/td><\/tr>");
document.write("<tr><td colspan=\"2\" align=\"center\"><input type=\"submit\" value=\"Vote\" class=\"pollButton\" style=\"margin-top: 6px; margin-bottom: 15px;\"><\/td><\/tr>");
document.write("<tr><td align=\"center\" colspan=\"2\"><a href=\"http:\/\/poll.futurenet.com\/globalfiles\/polls_sei2\/polls_www_viewresults.asp?siteid=97&questionid=759&domain=poll.futurenet.com\" class=\"pollViewResultsTxt\" onclick=\"PopUpPollWindow(\'http:\/\/poll.futurenet.com\/globalfiles\/polls_sei2\/polls_www_viewresults.asp?siteid=97&questionid=759&domain=poll.futurenet.com\'); return false;\" target=\"poll\">Current results and previous polls<\/a><\/td><\/tr>");
document.write("<tr><td align=\"center\" colspan=\"2\" class=\"pollSponsorMessage\"><\/td><\/tr>");
document.write("<\/table>");
document.write("<\/form>");
