$(document).ready(function () {

$(".ss-footerzzz").css({"background":"green"});

$(".featured .block:nth-child(3n+3)").css({"margin-right":"0"});


});







function f1Submit() {
document.pollemail.action="https://spreadsheets.google.com/spreadsheet/formResponse?formkey=dHVqNVdiTVBwSlNMQTJvcXZOcnJ2WlE6MQ"
document.pollemail.submit();
}

function f2Submit() {
	poll_vote(2); return false;
}

function submitAll() {
f2Submit();
f1Submit();
}





