
// backside xine account management routines
// requires that XINE.JS is loaded

document.write ('<TABLE width="100%" cellpadding="0" cellspacing="0" border="1" bordercolor="#006633"><TR>');
 document.write (	'<TD align="center" valign="middle" class="xine_backissue_menu_style">');
// document.write (		'<a href="<?php echo $PHP_SELF; ?>?action=lostpassword.php">lost password?</a><BR />');
// document.write (		'<a href="<?php echo $PHP_SELF; ?>?action=logout.php">log out</a><BR />');
document.write (		'<a href="' + xine_base_URL + 'subscribers/subscribe.html">subscribe</a><BR />');
document.write (		'<a href="<?php echo $PHP_SELF; ?>?action=logout.php">log out</a><BR />');
document.write (		'<a href="' + xine_base_URL + 'subscribers/index.html">subscription help</a><BR />');
document.write (	'</TD>');
document.write ('</TR></TABLE>');

