var targets = new Array("start", "nature/naturbat", "beauty/mainpane", "gallery/intro001", "slidesho", "jump1", "historic/hstrccin",
"historic/cintrst1", "historic/hstcin0e", "livnhist/startup","livnhist/slide005","hopewell/welcome", "nature/natura01", "forestry/introd01", "nagshead/index", "walks/walks001", "walks/rambl03", "walks/walksscu", "historic/fodhist1",
"historic/freemin", "walks/avebury1", "historic/ciniron1", "historic/gfrmnrs1", "historic/ciniron1", "historic/prehist1");
var today = new Date();
var secs = today.getSeconds();
if ( secs > 30) {secs = secs - 30;};
if ( secs > 24) {secs = secs - 24;};
if ( secs <= 0) {secs = 1;};
var tpfile1 = "<a href=\""
var tpfile2 = ".htm#\">"; 
document.write(tpfile1+targets[secs]+tpfile2);

