$(document).ready(function(){$("div").filter(function(){return this.id.match(/anim/)}).slideUp(0);$("div").filter(function(){return this.id.match(/promo+_top/)}).fadeTo(0,0.8);$("div").filter(function(){return this.id.match(/promo+_bottom/)}).fadeTo(0,0.8);$("div").filter(function(){return this.id.match(/pane/)}).hover(function(){$(this).fadeTo("fast",1);$("#"+$(this).attr("id")+" div:first").slideDown("fast")},function(){$("div").filter(function(){return this.id.match(/promo+_top/)}).fadeTo(0,0.8);
$("div").filter(function(){return this.id.match(/promo+_bottom/)}).fadeTo(0,0.8);$("div").filter(function(){return this.id.match(/anim/)}).slideUp("fast")});var a=$("#s");original_val=a.val();a.focus(function(){$(this).val()===original_val&&$(this).val("")}).blur(function(){$(this).val()===""&&$(this).val(original_val)})});
