 cookieStr=unescape(document.cookie);
            sbscrOn=cookieStr.indexOf ("penguin_sbscr");
            if (sbscrOn != -1 ) {
                document.write(' | <a href="javascript:openOrderHistory();" class="searchlink">order history</a>');
                                }
            function openOrderHistory () {
                open("/nf/Ecommerce/OrderHistory", "new", "width=300,height=200,scrollbars=yes,resizable=1");
                        }
