$(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, #left_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-wide > .App_HTMLContent').collapseText({collapseFrom:2});$('#intro').click(function(event){document.location=$(this).find('a').attr('href');});$('#left_column .App_WebForm_inner input[type="text"], .App_WebForm_inner input[type="password"]').each(function(){$(this).parents('.App_WebForm_field').find('label').hide();$(this).val($(this).parents('.App_WebForm_field').find('label').text());});});
