// JavaScript Document
// Paging Dr
// All Skins
// Main Header



<!------------------------------------------------------------------------------------------------------------------------->
<!-- Beginning of main header -->
<!------------------------------------------------------------------------------------------------------------------------->

<!-- BEGIN WELCOME TABLE -->
var welcomeText = "<table border='0' cellpadding='4' cellspacing='1' align='center' class='bordercolor'>";

welcomeText += "<tr>";
welcomeText += "<td class='titlebg' colspan='3' height='30' align='center'>";
welcomeText += "<font size=2><b>Australia's Premier Forum for GAMSAT and Graduate Entry Medicine</b></font></td>";
welcomeText += "</tr>";

welcomeText += "<tr><td rowspan='1' width='20%' class='windowbg2' vAlign='center'>";

welcomeText += "<table  border='0' cellpadding='4' cellspacing='1' class='titlebg'>";

welcomeText += "<tr>";
welcomeText += "<td class='titlebg' border='1' colspan='2' align='center'><font size=2><b>Icon Legend</B></font></td>";
welcomeText += "</tr>";


welcomeText += "<tr>";
welcomeText += "<td class='windowbg' vAlign='top' align='center'><img src='http://img144.imageshack.us/img144/2431/caduceusheartsf5.gif' alt='[*]' /></td>";
welcomeText += "<td class='windowbg' vAlign='top' align='center'><img src='http://img144.imageshack.us/img144/5568/caduceusoldsp4.gif' alt='[ ]' /></td>";
welcomeText += "</tr>";

welcomeText += "<tr>";
welcomeText += "<td class='windowbg' vAlign='top' align='center' ><font size=2>New Posts</font></td><td class='windowbg' vAlign='top' align='center' ><font size=2>Old Posts</font></td>";
welcomeText += "</tr>";


welcomeText += "</table>";

welcomeText += "</td>";

welcomeText += "<td class='windowbg' vAlign='top'>";
welcomeText += "<br>";

welcomeText += "<p align='left'><font size='2pt'>Reproduction of Paging Dr content without consent is against the Copyright Act.</p>";
welcomeText += "</td>";

welcomeText += "<td rowspan='1' width='20%' class='windowbg2' vAlign='middle'>";

welcomeText += "<table border='0' class='' cellspacing='0' cellpadding='0' align='center'>";
<!-- Begin Links -->

welcomeText += "";


welcomeText += "<tr align='center'><td><font size='1'><a class='userNav' href='http://forum.pagingdr.net/index.php' target='a_blank'><b>New Forum</b></a>";
welcomeText += "</font></td></tr>";

welcomeText += "<tr align='center'><td><font size=1><a class='userNav' href='http://info.pagingdr.net/index.php' target='_blank'><b>Paging Dr website</b></a></font></td></tr>";


<!-- End Links -->

welcomeText += "</table>";

welcomeText += "<p>Opened 25 February 2007</p><b>Closed 20 March 2010</p>";

welcomeText += "</td></tr>";

welcomeText += "</table>";
document.write (welcomeText);
<!-- END:  WELCOME TABLE -->

/*---------------------------------------------------------------------------
 * 
 ----------------------------------------------------------------------------*/