$(document).ready(function(){ $("link:eq(0)").attr("href","/cpm/HanoverStyles.css"); $("link:eq(1)").attr("href","#"); $(".maincontent:eq(1)").addClass("bttm"); $(".bottomcell:first").addClass("bttm_cpyrght"); $(".bottomcell:eq(1)").addClass("bttm_addrss"); $("div.bottombar").prependTo(".bttm_addrss"); $("div#footer_logo_link").appendTo(".bttm_addrss"); $("table.spotlight").siblings("br").remove(); $("span#spanMainContent p:eq(0) font b").addClass("headline"); $('#slideshow').cycle({ fx: 'fade', speed: 2500, timeout: 5500 }); });