<!-- Begin
// file: leftsidebar.js
// date: 28/04/2007
// site: www.daylightsantuary.co.uk
// author:  drf - www.davidflatters.com
// change horizontal spacer here
var hspc = "&nbsp;&nbsp"

// set css class
var css = "sidebaridx";
var css1= "sidebarsm";

// set bullets here, use "transparent" bullet as spacer within links
var blt1 = '<IMG SRC="images/bullet1.gif" VSPACE="2" HSPACE="3">';
var blt2 = '<IMG SRC="images/trans.gif" VSPACE="2" HSPACE="3" BORDER="0" WIDTH="6" HEIGHT="1">';
var blt3 = '<IMG SRC="images/bullet3.gif" VSPACE="2" HSPACE="3">';

// get document name
//var dir  = location.href.substring(0,location.href.lastIndexOf('/')+1);
//var url  = location.href.substring(dir.length,location.href.length+1);

// change class and bullet for home page only
//if (url == "index.htm#top") {
//   url = "index.htm";
//}

//var turl = "index.htm";
//var blt  = blt1

// set font colour and bullet
//if (url == turl) {

//css = "sidebaridx";

blt = blt3;

//}

//document.write('<p align=left><font face="Comic Sans MS,Comic Sans,Times New Roman">');

document.write(blt+'<a href="index.htm" title="Home Page" class="'+css+'">Home</a><br>');
document.write(blt+'<a href="meditations.htm" title="Meditations" class="'+css+'">Meditations</a><br>');
document.write(blt+'<a href="sanctuary.htm" title="Daylight Sanctuary" class="'+css+'">Sanctuary</a><br>');
document.write(blt+'<a href="pathfinders.htm" title="Pathfinders" class="'+css+'">Pathfinders</a><br>');
document.write(blt+'<a href="workshops.htm" title="Workshops" class="'+css+'">Workshops</a><br>');
document.write(blt+'<a href="life_pictures.htm" title = "Life Pictures" class="'+css+'">Life<br>'+blt2+'Pictures</a><br>');
document.write(blt+'<a href="reiki.htm" title = "Reiki Healing" class="'+css+'">Reiki<br>'+blt2+'Healing</a><br>');
document.write(blt+'<a href="masters.htm" title="Who are the Ascended Masters?" class="'+css+'">Ascended<br>'+blt2+'Masters</a><br>');
document.write(blt+'<a href="wordsoflight.htm" title="Guidance From Spirit" class="'+css+'">Words of<br>'+blt2+'Light</a><br>');

//document.write(blt+'<a href="http://pub.alxnet.com/guestbook?id=2264889" title="View/Sign the Guestbook" class="'+css+'">Guestbook</a><br>');
document.write(blt+'<a href="http://interactives.alxnet.com/cgi-bin/slither/Driver.py/InterActives/Guestbook/Guestbook.render?guestbook_id=58624" title="View/Sign the Guestbook" class="'+css+'">Guestbook</a><br>');
document.write(blt+'<a href="contact.htm" title="Contact Form and Details" class="'+css+'">Contact</a><br>');
document.write(blt+'<a href="diary.htm" title="Diary" class="'+css+'">Diary</a><br>');
document.write(blt+'<a href="links.htm"title="Links to Related Sites" class="'+css+'">Links</a><br>');

//** SITE INFO **

document.write('<br>'+blt1+'<A HREF="http://search.freefind.com/find.html?id=80412700&mon=1" target="_blank" title="Search this Website" class="'+css1+'">Site Search</a><br>');

// set monitor ref
var pid = window.location.href;
var onc = "somewin=window.open('http://www.ChangeDetection.com/blank.html', 'ChangeDetectionWiz','resizable=yes,scrollbars=yes,width=630,height=540')" ;

document.write(blt1+'<a href="http://www.ChangeDetection.com/detect.html?url='+pid+'" target=ChangeDetectionWiz onclick="'+onc+'" title="Get an email notification when this page changes" class="'+css1+'">Page Monitor</a><br>');

document.write(blt1+'<A HREF="http://search.freefind.com/find.html?id=80412700&m=0&p=0" target="_blank" class="'+css1+'" title="Site Map">Site Map</a><br>');


//document.write('</p></font>');
document.write('<br><IMG SRC="images/ankh2.gif" HSPACE="35">');

// End -->
