$(document).ready(function(){
    $("#mainStory p:first").addClass("dropCaps");
    $(".subscriptions .inputBox").focus(function() {
    if (this.value == "Search this site..")
     this.value = "";
     });
    $(".subscriptions .inputBox").focus(function() {
    if (this.value == "Enter email address")
     this.value = "";
     });
    $("#jsAlert").addClass("hide");
    $("#scroll").removeClass("hide");
    $("#dynamicNews").tabs(2);
    $("#dynamicNews").tabs({ fxSlide: true, fxAutoHeight: true});
    $("#scroll").innerfade({animationtype: "fade", speed: 900,timeout: 10000, type: "sequence"});
    });