function checkie6() { var b = jQuery.browser; if (b.msie === true && b.version == '6.0') { $("
").insertBefore(".header_container"); } } function popUp(URL,w,h,sb) { day = new Date(); id = day.getTime(); if (typeof(sb)) var scrollbar = "scrollbars=1"; else var scrollbar = "scrollbars=0"; eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,"+scrollbar+",location=0,statusbar=0,menubar=0,resizable=0,width="+w+",height="+h+"');"); }