<!--
//http://www.free-web-polls.com/
// poll starting from
// dont update this file, update the other file
var PollID="13900";
var currPoll=0;   

var PopUpName = "WebPoll";
var counter = 0;
var qns = new Array();
var ans = new Array();

qns[3] = "How often do you face the computer a day?"
ans[3] = new Array()
ans[3][0] = "0 to 1 hour"
ans[3][1] = "1 to 2 hour"
ans[3][2] = "2 to 3 hour"
ans[3][3] = "3 to 4 hour"
ans[3][4] = "At least 4 hour. I dont need to sleep at all."

qns[2] = "What do you feel about the site?"
ans[2] = new Array()
ans[2][0] = "Great! I'm loving it."
ans[2][1] = "Good! Keep up the good work."
ans[2][2] = "Average! Got lots of room for improvements."
ans[2][3] = "Poor! I don't like the ... "
ans[2][4] = "Terrible! It needs to be changed completely."

qns[1] = "How do you come here?"
ans[1] = new Array()
ans[1][0] = "Search engine"
ans[1][1] = "Link from other sites"
ans[1][2] = "Friends recommendation"

qns[0] = "What method are you using to transfer docs from 1 computer to another?"
ans[0] = new Array()
ans[0][0] = "Floppy disk"
ans[0][1] = "CDs"
ans[0][2] = "Thumbdrive"
ans[0][3] = "Email"
ans[0][4] = "Others"

// use to display all but latest
var maxPoll=qns.length-1;

-->

