<!-- Hide from other browsers
// These are the links from within the lounge
document.writeln('<form>'); 
document.writeln('<input type="button" '); 
document.writeln(' value="  Return to previous page  "'); 
document.writeln('onclick="history.go(-1)" class="btn">'); 
document.writeln('</form>'); 
document.writeln('<br /><br />'); 
// Stop hiding from other browsers --