
function twiigsAddStyle10710_31817100(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 twiigsAddStyleBlock10710_31817100(mods)
{
  var stype = {
  };
  return twiigsAddStyle10710_31817100(stype, mods);
}

function twiigsAddStyleInline10710_31817100(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle10710_31817100(stype, mods);
}

function twiigsAddStyleInput10710_31817100(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle10710_31817100(stype, mods);
}

function twiigsAddStyleImage10710_31817100(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle10710_31817100(stype, mods);
}

function twiigsAddStyleLink10710_31817100(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle10710_31817100(stype, mods);
}

function twiigsAddStyleList10710_31817100(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle10710_31817100(stype, mods);
}

function twiigsPollBarWidthSet10710_31817100()
{
  for(var i = 0; i < 5; i++)
    twiigsPollBarWidthSetBar10710_31817100(i, 20);
}

function twiigsPollBarWidthSetBar10710_31817100(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL10710_31817100answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL10710_31817100answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL10710_31817100answerpct" + 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('twiigsPollBarWidthSetBar10710_31817100(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock10710_31817100({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock10710_31817100({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock10710_31817100({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Technology/Consumer_Electronics/10710" '+twiigsAddStyleInline10710_31817100({})+'>'
+'If and when you buy the 3G iPhone, and if you currently have an iPhone, what will you do with your old one?</a>'
+' </div>'
+' <div id="TWIIGSPOLL10710_31817100" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock10710_31817100({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock10710_31817100({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock10710_31817100({})+'>'
+' <li id="TWIIGSPOLL10710_31817100answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10710_31817100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Give it to a loved one/friend<br>'
+' <span title="121 votes" '+twiigsAddStyleInline10710_31817100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+'<img id="TWIIGSPOLL10710_31817100answerimg0" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10710_31817100answerpct0" '+twiigsAddStyleInline10710_31817100({})+'>'
+'0.5990099009901</span>'
+' </li>'
+' <li id="TWIIGSPOLL10710_31817100answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10710_31817100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' ebay, baby!<br>'
+' <span title="56 votes" '+twiigsAddStyleInline10710_31817100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+'<img id="TWIIGSPOLL10710_31817100answerimg1" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10710_31817100answerpct1" '+twiigsAddStyleInline10710_31817100({})+'>'
+'0.27722772277228</span>'
+' </li>'
+' <li id="TWIIGSPOLL10710_31817100answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10710_31817100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' donate it to charity<br>'
+' <span title="4 votes" '+twiigsAddStyleInline10710_31817100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+'<img id="TWIIGSPOLL10710_31817100answerimg2" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10710_31817100answerpct2" '+twiigsAddStyleInline10710_31817100({})+'>'
+'0.01980198019802</span>'
+' </li>'
+' <li id="TWIIGSPOLL10710_31817100answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10710_31817100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Retire it into your Apple museum of no-longer used Apple gadgets/computers<br>'
+' <span title="15 votes" '+twiigsAddStyleInline10710_31817100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+'<img id="TWIIGSPOLL10710_31817100answerimg3" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10710_31817100answerpct3" '+twiigsAddStyleInline10710_31817100({})+'>'
+'0.074257425742574</span>'
+' </li>'
+' <li id="TWIIGSPOLL10710_31817100answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10710_31817100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Remember it fondly as a reminder of when you fell in love with a cell phone<br>'
+' <span title="6 votes" '+twiigsAddStyleInline10710_31817100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+'<img id="TWIIGSPOLL10710_31817100answerimg4" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage10710_31817100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10710_31817100answerpct4" '+twiigsAddStyleInline10710_31817100({})+'>'
+'0.02970297029703</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock10710_31817100({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Apr 13, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock10710_31817100({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock10710_31817100({"text-align":"center"})+'>'
+' Total Votes: 202 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet10710_31817100();
