
function twiigsAddStyle5368_27675200(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 twiigsAddStyleBlock5368_27675200(mods)
{
  var stype = {
  };
  return twiigsAddStyle5368_27675200(stype, mods);
}

function twiigsAddStyleInline5368_27675200(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle5368_27675200(stype, mods);
}

function twiigsAddStyleInput5368_27675200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle5368_27675200(stype, mods);
}

function twiigsAddStyleImage5368_27675200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle5368_27675200(stype, mods);
}

function twiigsAddStyleLink5368_27675200(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle5368_27675200(stype, mods);
}

function twiigsAddStyleList5368_27675200(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle5368_27675200(stype, mods);
}

function twiigsPollBarWidthSet5368_27675200()
{
  for(var i = 0; i < 10; i++)
    twiigsPollBarWidthSetBar5368_27675200(i, 20);
}

function twiigsPollBarWidthSetBar5368_27675200(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL5368_27675200answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL5368_27675200answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL5368_27675200answerpct" + 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('twiigsPollBarWidthSetBar5368_27675200(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock5368_27675200({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock5368_27675200({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock5368_27675200({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Society_&_Culture/5368" '+twiigsAddStyleInline5368_27675200({})+'>'
+'Beyond health care coverage and paid time off, what would be your top benefit of choice?</a>'
+' </div>'
+' <div id="TWIIGSPOLL5368_27675200" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock5368_27675200({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock5368_27675200({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock5368_27675200({})+'>'
+' <li id="TWIIGSPOLL5368_27675200answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList5368_27675200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Workout facility or gym membership<br>'
+' <span title="24 votes" '+twiigsAddStyleInline5368_27675200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img id="TWIIGSPOLL5368_27675200answerimg0" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL5368_27675200answerpct0" '+twiigsAddStyleInline5368_27675200({})+'>'
+'0.046966731898239</span>'
+' </li>'
+' <li id="TWIIGSPOLL5368_27675200answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList5368_27675200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Subsidized or onsite child care<br>'
+' <span title="17 votes" '+twiigsAddStyleInline5368_27675200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img id="TWIIGSPOLL5368_27675200answerimg1" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL5368_27675200answerpct1" '+twiigsAddStyleInline5368_27675200({})+'>'
+'0.033268101761252</span>'
+' </li>'
+' <li id="TWIIGSPOLL5368_27675200answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList5368_27675200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Flextime schedules<br>'
+' <span title="98 votes" '+twiigsAddStyleInline5368_27675200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img id="TWIIGSPOLL5368_27675200answerimg2" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL5368_27675200answerpct2" '+twiigsAddStyleInline5368_27675200({})+'>'
+'0.19178082191781</span>'
+' </li>'
+' <li id="TWIIGSPOLL5368_27675200answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList5368_27675200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Telecommuting options<br>'
+' <span title="45 votes" '+twiigsAddStyleInline5368_27675200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img id="TWIIGSPOLL5368_27675200answerimg3" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL5368_27675200answerpct3" '+twiigsAddStyleInline5368_27675200({})+'>'
+'0.088062622309198</span>'
+' </li>'
+' <li id="TWIIGSPOLL5368_27675200answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList5368_27675200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Vision care<br>'
+' <span title="24 votes" '+twiigsAddStyleInline5368_27675200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img id="TWIIGSPOLL5368_27675200answerimg4" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL5368_27675200answerpct4" '+twiigsAddStyleInline5368_27675200({})+'>'
+'0.046966731898239</span>'
+' </li>'
+' <li id="TWIIGSPOLL5368_27675200answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList5368_27675200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Charitable funds matching<br>'
+' <span title="4 votes" '+twiigsAddStyleInline5368_27675200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img id="TWIIGSPOLL5368_27675200answerimg5" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL5368_27675200answerpct5" '+twiigsAddStyleInline5368_27675200({})+'>'
+'0.0078277886497065</span>'
+' </li>'
+' <li id="TWIIGSPOLL5368_27675200answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList5368_27675200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Dental care<br>'
+' <span title="94 votes" '+twiigsAddStyleInline5368_27675200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img id="TWIIGSPOLL5368_27675200answerimg6" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL5368_27675200answerpct6" '+twiigsAddStyleInline5368_27675200({})+'>'
+'0.1839530332681</span>'
+' </li>'
+' <li id="TWIIGSPOLL5368_27675200answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList5368_27675200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Educational assistance<br>'
+' <span title="35 votes" '+twiigsAddStyleInline5368_27675200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img id="TWIIGSPOLL5368_27675200answerimg7" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL5368_27675200answerpct7" '+twiigsAddStyleInline5368_27675200({})+'>'
+'0.068493150684932</span>'
+' </li>'
+' <li id="TWIIGSPOLL5368_27675200answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList5368_27675200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Professional development opportunities<br>'
+' <span title="27 votes" '+twiigsAddStyleInline5368_27675200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img id="TWIIGSPOLL5368_27675200answerimg8" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL5368_27675200answerpct8" '+twiigsAddStyleInline5368_27675200({})+'>'
+'0.052837573385519</span>'
+' </li>'
+' <li id="TWIIGSPOLL5368_27675200answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList5368_27675200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Retirement savings plan<br>'
+' <span title="143 votes" '+twiigsAddStyleInline5368_27675200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedark_beg03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img id="TWIIGSPOLL5368_27675200answerimg9" src="http://www.twiigs.com/img/pb_bluedark_mid03.png" width="0" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedark_end03.png" width="2" height="10" '+twiigsAddStyleImage5368_27675200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL5368_27675200answerpct9" '+twiigsAddStyleInline5368_27675200({})+'>'
+'0.27984344422701</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock5368_27675200({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Sep 28, 2007 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock5368_27675200({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock5368_27675200({"text-align":"center"})+'>'
+' Total Votes: 511 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet5368_27675200();
