var now=new Date();
var m = Math.round((60 * now.getMinutes()) + now.getSeconds())%32;
var rf = '';
if (m==1) rf = 'christianity/0020JCQuests1.php#top';
if (m==2) rf = 'christianity/0040PriceFiction.php#top';
if (m==3) rf = 'christianity/0045HistoryCriteria.php#top';
if (m==4) rf = 'christianity/0050TheGospels1.php#top';
if (m==5) rf = 'christianity/0090MissingRecords.php#top';
if (m==6) rf = 'christianity/0150Essenes.php#top';
if (m==7) rf = 'christianity/0180J&E.php#top';
if (m==8) rf = 'christianity/0210Nationalists.php#top';
if (m==9) rf = 'christianity/0220Galilaeans.php#top';
if (m==10) rf = 'christianity/0230Nazarene.php#top';
if (m==11) rf = 'christianity/0250JohnBaptist.php#top';
if (m==12) rf = 'christianity/0260Star.php#top';
if (m==13) rf = 'christianity/0290VirginBirth.php#top';
if (m==14) rf = 'christianity/0300Christmas.php#top';
if (m==15) rf = 'christianity/0310SunGod.php#top';
if (m==16) rf = 'christianity/0320Miracles.php#top';
if (m==17) rf = 'christianity/0350Transfiguration.php#top';
if (m==18) rf = 'christianity/0380BrideIsrael.php#top';
if (m==19) rf = 'christianity/0400Eucharist.php#top';
if (m==20) rf = 'christianity/0410SermonRenewal.php#top';
if (m==21) rf = 'christianity/0530Resurrection.php#top';
if (m==22) rf = 'christianity/0600Persecution.php#top';
if (m==23) rf = 'christianity/0650MysteryReligions.php#top';
if (m==24) rf = 'christianity/0750Constantine.php#top';
if (m==25) rf = 'christianity/0780Bookburning.php#top';
if (m==26) rf = 'christianity/0810PagansChristians.php#top';
if (m==27) rf = 'christianity/0800DarkAge.php#top';
if (m==28) rf = 'christianity/0760Gnostics.php#top';
if (m==29) rf = 'christianity/0570Saul.php#top';
if (m==30) rf = 'christianity/0470Passover.php#top';
if (m==31) rf = 'christianity/0480Barabbas.php#top';
if (m>31) rf = 'christianity/0010Overview.php#top';
if (m<1) rf = 'christianity/0010Overview.php#top';
document.open();
document.write('<a href="' + rf + '" class="Lnk0"> Sample Page</a>');
document.close();