
function twiigsAddStyle10449_473600(stype, mods)
{
  var params = {
    "background-color" : "transparent",
    "background-image" : "none",
    "border-style" : "none",
    "clear" : "none",
    "display" : "block",
    "float" : "none",
    "position" : "static",
    "visibility" : "visible",
    "height" : "auto",
    "line-height" : "normal", 
    "width" : "auto",
    "margin-top" : "0",
    "margin-right" : "0",
    "margin-bottom" : "0",
    "margin-left" : "0",
    "outline-style" : "none",
    "padding-top" : "0",
    "padding-right" : "0",
    "padding-bottom" : "0",
    "padding-left" : "0",
    "clip" : "auto",
    "overflow" : "hidden",
    "vertical-align" : "baseline",
    "z-index" : "auto",
    "letter-spacing" : "normal", 
    "text-align" : "left",
    "text-decoration" : "none",
    "text-indent" : "0",
    "text-shadow" : "none",
    "text-transform" : "none",
    "white-space" : "normal",
    "word-spacing" : "normal"
  }; 
  
  for(var i in stype)
    params[i] = stype[i];
  for(var i in mods)
    params[i] = mods[i];
  
  var style = ' style="';  
  for(var i in params)
  {
    if(params[i] != null)
      style += i + ": " + params[i] + "; ";
  }
  style += '"';

  return style;
}

function twiigsAddStyleBlock10449_473600(mods)
{
  var stype = {
  };
  return twiigsAddStyle10449_473600(stype, mods);
}

function twiigsAddStyleInline10449_473600(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle10449_473600(stype, mods);
}

function twiigsAddStyleInput10449_473600(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle10449_473600(stype, mods);
}

function twiigsAddStyleImage10449_473600(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle10449_473600(stype, mods);
}

function twiigsAddStyleLink10449_473600(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle10449_473600(stype, mods);
}

function twiigsAddStyleList10449_473600(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle10449_473600(stype, mods);
}

function twiigsPollBarWidthSet10449_473600()
{
  for(var i = 0; i < 8; i++)
    twiigsPollBarWidthSetBar10449_473600(i, 20);
}

function twiigsPollBarWidthSetBar10449_473600(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL10449_473600answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL10449_473600answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL10449_473600answerpct" + i);
        var pct = parseFloat(pctObj.innerHTML);
        imgObj.width = parseInt(pct * (parseInt(itemObj.offsetWidth) - 56));
        pctObj.innerHTML = parseInt(pct * 100) + "%";
      }
      else
      {
        if(n > 0)
        {
          n--;
          setTimeout('twiigsPollBarWidthSetBar10449_473600(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock10449_473600({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock10449_473600({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock10449_473600({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Society_&_Culture/10449" '+twiigsAddStyleInline10449_473600({})+'>'
+'If you could go on spring break now, where would you go?</a>'
+' </div>'
+' <div id="TWIIGSPOLL10449_473600" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock10449_473600({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock10449_473600({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock10449_473600({})+'>'
+' <li id="TWIIGSPOLL10449_473600answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10449_473600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Skiing! Spending the days on the slopes and the nights in front of a fire<br>'
+' <span title="60 votes" '+twiigsAddStyleInline10449_473600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img id="TWIIGSPOLL10449_473600answerimg0" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10449_473600answerpct0" '+twiigsAddStyleInline10449_473600({})+'>'
+'0.06993006993007</span>'
+' </li>'
+' <li id="TWIIGSPOLL10449_473600answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10449_473600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Sailing anywhere warm and tropical<br>'
+' <span title="144 votes" '+twiigsAddStyleInline10449_473600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img id="TWIIGSPOLL10449_473600answerimg1" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10449_473600answerpct1" '+twiigsAddStyleInline10449_473600({})+'>'
+'0.16783216783217</span>'
+' </li>'
+' <li id="TWIIGSPOLL10449_473600answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10449_473600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' On a beach, reading a book and baking in the sun<br>'
+' <span title="366 votes" '+twiigsAddStyleInline10449_473600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img id="TWIIGSPOLL10449_473600answerimg2" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10449_473600answerpct2" '+twiigsAddStyleInline10449_473600({})+'>'
+'0.42657342657343</span>'
+' </li>'
+' <li id="TWIIGSPOLL10449_473600answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10449_473600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Tagging along with the college kids on their spring break<br>'
+' <span title="25 votes" '+twiigsAddStyleInline10449_473600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img id="TWIIGSPOLL10449_473600answerimg3" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10449_473600answerpct3" '+twiigsAddStyleInline10449_473600({})+'>'
+'0.029137529137529</span>'
+' </li>'
+' <li id="TWIIGSPOLL10449_473600answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10449_473600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' To explore a country I'+"'"+'ve never been to before<br>'
+' <span title="301 votes" '+twiigsAddStyleInline10449_473600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img id="TWIIGSPOLL10449_473600answerimg4" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10449_473600answerpct4" '+twiigsAddStyleInline10449_473600({})+'>'
+'0.35081585081585</span>'
+' </li>'
+' <li id="TWIIGSPOLL10449_473600answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10449_473600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Relaxing on a country porch, enjoying the quiet<br>'
+' <span title="142 votes" '+twiigsAddStyleInline10449_473600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img id="TWIIGSPOLL10449_473600answerimg5" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10449_473600answerpct5" '+twiigsAddStyleInline10449_473600({})+'>'
+'0.16550116550117</span>'
+' </li>'
+' <li id="TWIIGSPOLL10449_473600answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10449_473600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The biggest, craziest party area I could get to<br>'
+' <span title="87 votes" '+twiigsAddStyleInline10449_473600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img id="TWIIGSPOLL10449_473600answerimg6" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10449_473600answerpct6" '+twiigsAddStyleInline10449_473600({})+'>'
+'0.1013986013986</span>'
+' </li>'
+' <li id="TWIIGSPOLL10449_473600answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10449_473600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Nowhere. A vacation spent at home sounds better than any trip could<br>'
+' <span title="87 votes" '+twiigsAddStyleInline10449_473600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img id="TWIIGSPOLL10449_473600answerimg7" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage10449_473600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10449_473600answerpct7" '+twiigsAddStyleInline10449_473600({})+'>'
+'0.1013986013986</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock10449_473600({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Apr 4, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock10449_473600({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock10449_473600({"text-align":"center"})+'>'
+' Total Votes: 858 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet10449_473600();
