function feedBack(){document.write('<div id="ITSFeedBack"></div>');}

function checkURL(){var m=document.URL;if (m.indexOf('its.psu.edu')!=-1 && m.indexOf('~')==-1){var c=m+"feedback";c=c.replace(/.html/,"");c=c.replace(/http:\/\/www.uwplatt.edu\//,"");if(!checkCookie(c)){return true;}}return false;}

function drawFeedBackForm(){document.getElementById("ITSFeedBack").innerHTML='<div id="feedBack" style="width:13em;height:0em;"><form action="" id="FeedBackForm" name="FeedBackForm" method="post"><fieldset><h4>Opinion</h4><ul><li><label><input type="radio" name="opinion" value="hate" /> hate</label></li><li><label><input type="radio" name="opinion" value="dislike" /> dislike</label></li><li><label><input type="radio" name="opinion" value="like" /> like</label></li><li><label><input type="radio" name="opinion" value="love" /> love</label></li></ul><label for="comment" class="commentBoxLabel">Comments</label><input type="text" name="comment" id="comment" maxlength="255"></input><br /><input type="submit" class="button" id="submitButton" name="submitButton" value="Submit" onclick="setCookie()"/></fieldset></form></div><div id="tabDown"><a href="jav'+'ascri'+'pt:hideFeedBackForm();"><span>Feedback</span></a></div>';resizeDiv("feedBack", 0, 14, 1000);}

function hideFeedBackForm(){resizeDiv("feedBack", 14, 0, 1000);setTimeout('HideIt()', (1060));}

function HideIt(){document.getElementById("ITSFeedBack").innerHTML='<div id="tabUp"><a href="jav'+'ascri'+'pt:drawFeedBackForm();"><span>Feedback</span></a></div>';'<div id="tabUp"><a href="jav'+'ascri'+'pt:drawFeedBackForm();"><span>Feedback</span></a></div>';}

function resizeDiv(DivId, startHeight, endHeight, effectTime){var y=new x.H(DivId ,{duration: effectTime});y.custom(startHeight, endHeight);}