var dt=new Date();
var rand=dt.getTime();
var pp=""+rand;
var pp=pp.charAt(pp.length-4);
var ctr=eval(pp);
var dest1=new Array();
dest1[0]="clocks/clocks.html";
dest1[1]="clocks/linclock.html";
dest1[2]="calendar/month.html";
dest1[3]="calendar/calendar.html";
dest1[4]="calendar/12month.html";
dest1[5]="calendar/countdown.html";
dest1[6]="chimes/index.html";
dest1[7]="piccals/pages12.html";
dest1[8]="piccals/pages1.html";
dest1[9]="curclock/index.html";
dest1[10]="topclock/index.html";
dest1[15]="../rates/contact.html";
var prog=new Array();
prog[0]="On-screen Digital Clock";
prog[1]="On-screen Linear Clock";
prog[2]="Month Calender";
prog[3]="Quarterly Calender";
prog[4]="Any Year Annual Calender";
prog[5]="Days Remaining/Since";
prog[6]="On-Screen Chiming Clock";
prog[7]="12 Page Advertising Calendar";
prog[8]="1 Page Advertising Calendar";
prog[9]="Cursor Date and Time";
prog[10]="Annoying Odds'N'Ends";

function dump1(flg){
msg=window.open(dest1[flg],"","height=400,width=600,location=1,status=1,scrollbars=1,toolbar=1,resizable=1");
 }
function dim(){
 disp3(15); 
 }
function disp2(flg){
 if (document.all){
  display1.innerHTML='<IMG SRC=i/gear.gif'
  +' WIDTH=56 HEIGHT=50><BR><FONT COLOR=#FF0000>'+txt[flg]+'</FONT>';
  }
 if (document.getElementById){
  document.getElementById("display1").innerHTML='<IMG SRC=i/gear.gif'
  +' WIDTH=56 HEIGHT=50><BR><FONT COLOR=#FF0000>'+txt[flg]
  +'</FONT>';
  }
 if (document.layers){
  document.e.document.f.document.write('<P STYLE="font-family:arial,'
  +'helvetica,sans-serif;font-size'
  +':12px;color:#FF0000;font-style:plain"><IMG SRC=i/gear.gif'
  +' WIDTH=56 HEIGHT=50><BR>'+txt[flg]+'</P>');
  document.e.document.f.document.close();
  }
 }
function disp3(flg){
 if (document.getElementById){
  document.getElementById("display1").innerHTML='<FONT COLOR=#FF0000>'
  +txt[flg]+'</FONT>';
  }
 else{
  if (document.layers){
   document.e.document.f.document.write('<FONT COLOR=#FF0000>'+txt[flg]
   +'</FONT>');
   document.e.document.f.document.close();
   }
  }
 }
var txt=new Array()
txt[0]='A non-form element, simple "image replacement" clock which'
+' displays the present time on any of your web pages.';
txt[1]='A non-traditional linear clock which displays the present '
+'time for your pages in a different fashion.';
txt[2]='A standard "this month\'s" calendar which is maintained aut'
+'omatically by JavaScript.';
txt[3]='A standard "present quarter\'s" calendar group which is mai'
+'ntained automatically by JavaScript.';
txt[4]='A full 12 month calendar, commencing with January 1 of any '
+'year you select (from 1582 through 9999)';
txt[5]='A countdown calendar, which displays the number of days unt'
+'il (or since) a target date for your pages.';
txt[6]='This is a tiny on-screen chiming clock desktop utility whic'
+'h will make you think you have a grandfather clock in the room. B'
+'ig Ben Chimes on the hour and quarter hours.';
txt[7]='This script generator creates a 12 page advertising calenda'
+'r for you or your client with a landscape picture for each month.';
txt[8]='This script generator creates a 1 page advertising calendar'
+' for you or your client with a single landscape picture of your c'
+'hoosing.';
txt[9]='You only need the time and date once in awhile. This script engine writes a JavaScript that displays the date and time only when your visitor clicks and holds anywhere on the page.';
txt[10]='Time displayed on the Title Bar, Scrolling Messages on the Title Bar, status line, and other annoying features that may appeal to one of your clients.';
txt[15]="&nbsp;<BR>&nbsp;<BR>";
function wrtIt(){
 for (var i=0;i<11;i++){
  document.write('<A HREF='+dest1[i]+' onMouseover=disp2('+i+') onMouseout=dim() TARGET=_BLANK>'+prog[i]+'</A><BR>');
  }
 document.write('</TD><TD VALIGN=CENTER WIDTH=200><DIV ID=display1 ALIGN'
 +'=LEFT VALIGN=MIDDLE><ILAYER ID=e WIDTH=200 HEIGHT=120><LAYER ID=f WID'
 +'TH=200 HEIGHT=120></DIV></ILAYER></LAYER><BR></TD></TR>');
 }
function chgLeft(flg){
 parent.left.dump(flg);
 }
function wrtMusic(){
 if (parent.left.musflg==1){
  document.write('<OBJECT CLASSID=clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'
  +' WIDTH=160 HEIGHT=144 CODEBASE=http://www.apple.com/qtactivex/qtplugin.c'
  +'ab><PARAM NAME=SRC VALUE=../i/lm3.mid><PARAM NAME=AUTOPLAY VALUE=TRUE><P'
  +'ARAM NAME=CONTROLLER VALUE=FALSE><EMBED SRC=../i/lm3.mid AUTOPLAY=TRUE A'
  +'UTOSTART=TRUE CONTROLLER=FALSE LOOP=FALSE VOLUME=80 HIDDEN=TRUE PLUGINSP'
  +'AGE=http://www.apple.com/quicktime/download/></EMBED></OBJECT>');
  }
 }