document.write('');
var RURL=document.referrer;
var CurrentURL=document.location;
var CurrentLocation=window.location.href;
var VoteImgUrl_12129 = new Image();
VoteImgUrl_12129.src = 'http://desktop.websurveyor.net/polls/images/space.gif';
function writeCookie_12129(Name, ValueOfName, ExpireDate, Path, Domain, Secure) {
var GMTCurrentDate = (new Date((new Date("Saturday, July 31, 2010 9:47:32 PM")).toGMTString()));
if (ValueOfName == "") ValueOfName = GMTCurrentDate;
if (Path == "") Path = "/";
if (Domain == "") Domain = null;
if (Secure != "true") Secure = false;
var expDays = 90;
var expires = new Date();
if (ExpireDate == "")
{
expires.setTime(expires.getTime() + (expDays*24*60*60*1000));
}
else
{
expires.setTime(ExpireDate.toGMTString());
}
var PollCookie = Name + "="+ escape (ValueOfName) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((Path == null) ? "" : ("; path=" + Path)) +
((Domain == null) ? "" : ("; domain=" + Domain)) +
((Secure == true) ? "; Secure" : "");
document.cookie = PollCookie;
}
function readCookie_12129(name) {
var NameEquals = name + "=";
var CookieArray = document.cookie.split(';');
for(var i=0;i < CookieArray.length;i++)
{
var c = CookieArray[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(NameEquals) == 0) return c.substring(NameEquals.length,c.length);
}
return "Tuesday, February 19, 1974 12:00:00 AM";
}
function xGetElementById_12129(e) {
if (typeof(e)!="string") return e;
if (document.getElementById) e=document.getElementById(e);
else if (document.all) e=document.all[e];
else e="www.vovici.com";
return e;
}
function jsReload_12129() {
window.setTimeout('window.location.reload()', 1000);
}
function RenderResults_12129(displayVal) {
document.write('
2. Chingo Bling - Get Down
| Play it everyday! | | 37.56% |  | | I like it. | | 22.5% |  | | It\'s all right. | | 21.91% |  | | I don\'t like it. | | 7.36% |  | | Don\'t play it at all. | | 10.66% |  |
|
|
');
}
function ShowHide_12129(ID, Vis) {
if (ID=='PollDiv_12129') ID2='ResultsDiv_12129';
if (ID=='ResultsDiv_12129') ID2='PollDiv_12129';
if (document.getElementById)
{
if (Vis=='s')
{
document.getElementById(ID2).style.display='none';
document.getElementById(ID).style.display='block';
}
if (Vis=='h')
{
document.getElementById(ID).style.display='none';
document.getElementById(ID2).style.display='block';
}
}
else if (document.all)
{
if (Vis=='s')
{
eval("document.all." + ID2 + ".style.display='none';");
eval("document.all." + ID + ".style.display='block';");
}
if (Vis=='h')
{
eval("document.all." + ID + ".style.display='none';");
eval("document.all." + ID2 + ".style.display='block';");
}
}
else
{
jsReload_12129();
}
}
function GetFormElements_12129(frm) {
var url = '';
if ( frm && frm.elements )
{
for (var i=0; i < frm.elements.length;i++)
{
if (frm.elements[i].name.search('wsp_') >= 0)
{
if (frm.elements[i].type == 'hidden')
{
url = url + '&' + frm.elements[i].name;
url = url + '=' + frm.elements[i].value;
}
if (frm.elements[i].type == 'checkbox' || frm.elements[i].type == 'radio')
{
if (frm.elements[i].checked)
{
url = url + '&' + frm.elements[i].name;
url = url + '=' + frm.elements[i].value;
}
}
}
}
}
return url;
}
function SearchInString_12129(val, subStrVal) {
if(val != null)
{
var strVal = val.toString();
var lwrstrVal = strVal.toLowerCase();
var lwrsubStrVal = subStrVal.toLowerCase();
var index = lwrstrVal.search(lwrsubStrVal.toLowerCase());
if (index >= 0)
return true;
else
return false;
}
else
{
return false;
}
}
function SubmitVotes_12129(frm) {
var strElementIDVal = xGetElementById_12129("WSPID_12129");
if ( !(SearchInString_12129(strElementIDVal, 'www.vovici.com') ) && !(SearchInString_12129(strElementIDVal, 'www.websurveyor.com') ) ) {
alert('The Vovici link is required for the poll.');
return false;
}
if(document.getElementById || document.all) {
if (false) {
if ( !(SearchInString_12129(document.getElementById("WSPID_12129").innerHTML, '') ) )
{
alert('The Branding text is incorrect. Please contact the site administrator.');
return false;
}
} else {
if ( !(SearchInString_12129(document.getElementById("WSPID_12129").innerHTML, 'Vovici') ) && !(SearchInString_12129(document.getElementById("WSPID_12129").innerHTML, 'WebSurveyor') ) )
{
alert('The text "Vovici" is required to submit the poll.');
return false;
}
}
}
var surl = GetFormElements_12129(frm);
if (SearchInString_12129(surl, 'wsp_pollOption') )
{
var sVoteUrl = 'http://desktop.websurveyor.net/wspoll.aspx?submitresponses=1&orginalurl=' + escape (window.location.href) + surl;
VoteImgUrl_12129.src = sVoteUrl;
writeCookie_12129("PollStatus_12129", new Date((new Date("Saturday, July 31, 2010 9:47:32 PM")).toGMTString()), "", "", "", "");
if(document.getElementById || document.all) {
ShowHide_12129('PollDiv_12129', 'h');
}
else
{
jsReload_12129();
}
}
else
{
alert('Please select an option before voting.');
}
}
function RenderPoll_12129(displayVal) {
document.write(' ');
}
function RenderPollAndResults_12129() {
RenderResults_12129('none');
RenderPoll_12129('block');
}
var UpdatedDate = new Date("Thursday, February 05, 2009 1:14:31 PM");
var GMTUpdatedDate = new Date(UpdatedDate.toGMTString());
var cookiedate = new Date(readCookie_12129("PollStatus_12129"));
var GMTCurrentDate = (new Date((new Date("Saturday, July 31, 2010 9:47:32 PM")).toGMTString()));
var GMTExpiresDate = (new Date((new Date("Tuesday, July 31, 2012 12:00:00 AM")).toGMTString()));
if(GMTCurrentDate > GMTExpiresDate) {
RenderResults_12129("block");
} else {
if (cookiedate <= GMTUpdatedDate) {
if(document.getElementById || document.all) {
RenderPollAndResults_12129();
}
else {
RenderPoll_12129("block");
}
} else {
RenderResults_12129("block");
}
}