$(document).ready(function(){ prepSifr(); prepPrint(); prepPrintOther(); }); function prepPrint() { $('#print').click(function(){ window.print(); return false; }); } function prepPrintOther() { $('.printOther').click(function(){ window.print(); return false; }); } function prepSifr() { if (typeof sIFR == "function") { sIFR.replaceElement(".hn-thin", named({ sFlashSrc: "/media/hn33.swf", sLinkColor: "#0077C1", sWmode: "transparent" })); sIFR.replaceElement(".hn-light", named({ sFlashSrc: "/media/hn43.swf", sLinkColor: "#0077C1", sWmode: "transparent" })); }; var child = $("div#leftRail ul li:nth-child(2)"); if ($.browser.msie && $.browser.version == "7.0") { $(child).css('margin-top', '-4px'); } }