function form_labelize(){ jQuery(".labelize input:text:not('#story-story'), .labelize textarea").clearingInput(); } function rotateImage(){ jQuery('#hero-image').cycle({ timeout: 6000 }); } function newWindow(){ jQuery('a[href^="http://"]') .attr({ target: "_blank", title: "Opens in a new window" }); } jQuery(document).ready(function() { form_labelize(); rotateImage(); newWindow(); });