/* IE6 Image flicker fix */
try {
    document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}
/* End */
function openNewWindow() {
    window.open(this.href);
    return false;
}