function form_jump(path) { var URL = path.options[path.selectedIndex].value; window.location.href = URL; } function authorpop(authorid, action) { newWindow = window.open("/author.php?action=" + action + "&authorid=" + authorid, "toolbar=no,scrollbars=no,resizable=no,width=370,height=192, top=90, left=90"); } function quotepop(quoteid, action, catid) { newWindow = window.open("/quote.php?action=" + action + ""eid=" + quoteid + "&catid=" + catid, "quote" + quoteid, "toolbar=no,scrollbars=no,resizable=no,width=370,height=192, top=90, left=90"); } dayarray = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); montharray = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); datestamp = new Date(); day = datestamp.getDate(); month = datestamp.getMonth(); year = datestamp.getYear(); dayofweek = datestamp.getDay(); var end = "th"; if (year < 2000) { year = year + 1900; } if (day == "1" || day == "21" || day == "31") { end = "st"; } else if (day == "2" || day == "22") { end = "nd"; } else if (day == "3" || day == "23") { end = "rd"; } var currentdate = dayarray[dayofweek] + ", " +montharray[month] + " " + day + end + ", " + year; function copy_to_clipboard(field) { var val = eval("document." + field) val.select() if (document.all) { range = val.createTextRange(); range.execCommand("Copy"); alert('Quote successfully copied. Press Ctrl + V to paste'); } }
 

 RegisterRegister Log inLog in 

Please enter your username and password to log in.
 
Username:
Password:
Log me on automatically each visit:

Register Now - It�s Free!
I forgot my password