$(document).ready(function(){if($.browser.msie&&$.browser.version==6){$('#content #intro p.read_more, .panel.roll, .button .inner').hover(function(){$(this).addClass('hover');},function(){$(this).removeClass('hover');});}
$('#search_form input[type=text]').focus(function(){if(this.value=='Enter keyword(s)'){this.value='';}else{this.select();}}).blur(function(){if(this.value==''){this.value='Enter keyword(s)';}});$('#right_column .App_WebForm_field').each(function(){var label=$(this).find('.App_WebForm_fieldName');label.find('.App_WebForm_required').remove();$(this).find('input[type=text]').attr('value',label.text()).focus(function(){$(this).select();});});$('body.home #content > .App_HTMLContent').collapseText({collapseFrom:2});});