$(document).ready(function()
{$("#header .search .text-input").focus(function(){if($(this).attr("changed")!="yes"){$(this).attr("rel",$(this).val());$(this).attr("changed","yes").val("");}}).blur(function(){if($(this).val()==""){$(this).val($(this).attr("rel")).attr("changed","no");}});$("#home-panels .panel, .panelHeader").not('.panel-button').find(".panel-title").each(function(){$(this).html($(this).html().replace(/o/i,'<span class="o theme-color">&nbsp;</span>'));});if($.browser.msie&&$.browser.version==6){$('#header .navigation li').hover(function(){$(this).addClass('hover');},function(){$(this).removeClass('hover');});}
if(navigator.userAgent.match(/iPhone/i)){$('#header .navigation li').click(function(event){if(event.target.tagName!='A'||event.target.href==''){$('#header .navigation li').removeClass('hover');$(this).addClass('hover');return false;}});$(document).click(function(){$('#header .navigation li').removeClass('hover');})}
$(".NextPage a, .NextPage strong, .LastPage a, .LastPage strong, .PreviousPage a, .PreviousPage strong, .FirstPage a, .FirstPage strong").each(function(){$(this).html('&nbsp;');});});
