﻿
function ClearName() {
$("ctl00$ContentPlaceHolder1$Name").value = "" ;
$("ctl00$ContentPlaceHolder1$Name").onfocus = "" ;
}
function ClearMail() {
$("ctl00$ContentPlaceHolder1$Mail").value = "" ;
$("ctl00$ContentPlaceHolder1$Mail").onfocus = "" ;
}

function Oyver(PollID,QuestionID) {
var sc = "PollID="+PollID+"&QuestionID="+QuestionID ;
JXP(1,"vote","Vote.aspx",sc);
setTimeout("Refresh()",2000);
}

function SelectWeather(Cnt) {
var City = "http://www.meteor.gov.tr/sunum/imgtahmingor-c1-g.aspx?merkez=" + Cnt + "&gun=1" ;
$("Weather").src = City
}
