printBasket.domain = ('http://' + document.location.host);

printBasket.removeButtonText = '<img onclick="$(this).parent().click();" src="/images/remove_printbasket.gif" onmouseout="imgHov(this)" onmouseover="imgHov(this)" alt="" /><span class="hvr">Remove page from print basket</span>';
printBasket.addButtonText = '<img onclick="$(this).parent().click();" src="/images/add_printbasket.gif" onmouseout="imgHov(this)" onmouseover="imgHov(this)" alt="" /><span class="hvr">Add page to print basket</span>';

printBasket.ContentDivId = 'hsContent';

printBasket.Msg.empty = '<h6>You have not added any pages to the print basket yet.</h6><h6>Print basket help</h6><p>The print basket uses cookies. If you have selected pages but the print basket is empty, you may have cookies disabled on your machine.</p><p><a href="/enable-cookies">Find out how to enable cookies.</a></p>';
