var lastrd = 11;
var thisrd = lastrd;
var nextrd = lastrd;
var ext = '.php';
//document.write('<b><a href="'+dir+'/../register.php">Register now!</a></b> | ');
if (lastrd > 0)
  document.write('<b><a href="'+dir+'/fixtures/'+lastrd+ext+'">Last round</a></b> | ');
if (nextrd > lastrd)
  document.write('<b><a href="'+dir+'/fixtures/'+thisrd+ext+'">Current round</a></b> | ');
if (nextrd > lastrd)
  document.write('<b><a href="'+dir+'/fixtures/'+nextrd+ext+'">Next round</a></b> | ');
if (lastrd > 0)
{
  document.write('<b><a href="'+dir+'/tipladder/'+lastrd+ext+'">Tipping Ladder</a></b> | ');
  document.write('<b><a href="'+dir+'/tips/'+lastrd+ext+'">Last round\'s tips</a></b> | ');
}

document.write('<b><a href="'+dir+'/">Competition home</a></b> | ');
document.write('<b><a href="http://aus.cricinfo.com/db/ARCHIVE/WORLD_CUPS/WC2007/">Cricinfo series page</a></b>');
document.write('<p>');
