.Story .Headline, .main_div .questionnumber, .main_div #requiredtext { display: none; } #dob24774424, #birthdate24774424 { display: block; visibility: hidden; width: 1px; height: 1px; } #email24774424 { background: url('http://www.wsoctv.com/images/sponsors/nine_who_care/enter_email_address.jpg') no-repeat bottom left; width: 233px; height: 15px; display: block; margin-left: 40px; font-size: 0px; } #tbldatamine24774424 table { clear: both; position: relative; top: 10px; } #tbldatamine24774424 input { width: 300px; } #q1a22 { margin-left: 210px; } .main_div { background: #18295f; width: 980px; font-family: arial; color: black; padding: 50px 0 50px 0; } .main_div td { padding: 2px; } .main_div .answer { padding: 0 14px 10px 14px; position: relative; float: left; } .main_div .answer input { position: absolute; left: 97px; top: 175px; } .main_div .topper_div { width: 650px; height: 305px; margin-left: 165px; } .main_div .middle_div { background: url('http://www.wsoctv.com/images/sponsors/nine_who_care/nine_who_care_repeat.jpg') top left repeat-x; width: 650px; margin-left: 165px; padding: 0; height: 992px; } .main_div .middle_div .contest_holder { width: 635px; margin-left: 10px; } .main_div .middle_div .contest_holder .rules_link { text-align: center; color: #000000; text-decoration: underline; margin-left: 31px; position: relative; top: -50px; } .main_div .middle_div .contest_holder .submitbutton { padding: 15px 0 5px 0; margin-left: 145px; } .main_div .middle_div .contest_holder #submitbutton24774424 { margin: 0 0 10px 220px; width: 206px; height: 42px; background: url('http://www.wsoctv.com/images/sponsors/nine_who_care/submit_button.jpg') top left no-repeat; font-size: 0px; color: #ffffff; border-width: 0px; } .main_div .bottom_div { background: url('http://www.wsoctv.com/images/sponsors/nine_who_care/nine_who_care_bottom.jpg') top left no-repeat; width: 650px; height: 117px; margin-left: 165px; padding: 0; }
9 Who Care - Contest
9 Who Care - Contest
http://www.wsoctv.com/contests/955070/detail.html
http://www.wsoctv.com/contests/1402685/detail.html
http://www.wsoctv.com/contests/1416356/detail.html
var i = 120; function SetValues() { var bday = document.getElementById("birthdate24774424"); if (bday != null) { bday.childNodes[0].value="1"; bday.childNodes[2].value="1"; bday.childNodes[4].value="1970"; bday.childNodes[0].selectedIndex=1; bday.childNodes[2].selectedIndex=1; bday.childNodes[4].selectedIndex=41; var eml = document.getElementById("email24774424"); if (eml != null) eml.innerHTML = ""; var subm = document.getElementById("submitbutton24774424"); if (subm != null) subm.value = ""; } else if (i > 0) { i--; setTimeout("SetValues()", 500); } } setTimeout("SetValues()", 500);