writeCookie(); function writeCookie() { var today = new Date(); var the_date = new Date("December 31, 2023"); var the_cookie_date = the_date.toGMTString(); var the_cookie = "screenspecs=Platform:"+navigator.platform+" Screen:"+screen.width+"x"+screen.height+" Viewable:"+screen.availWidth+"x"+screen.availHeight+" Depth:"+screen.colorDepth; var the_cookie = the_cookie + ";expires=" + the_cookie_date; var the_cookie = the_cookie + ";path=/"; var the_cookie = the_cookie + ";domain=www.radiomods.co.nz"; document.cookie = the_cookie; } function submitForm(s) { s.value = " Submitting... "; s.disabled = true; return true; } document.write('
Rate Oldmantube !
1 2 3 4 5   
Hint: 1 = Very Bad, 5 = Excellent
');