<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var scrollspacing	= "20"		// NUDGE SIDEBAR DOWN
var bordercolor		= "60583C"	// SCROLLER AND IMAGE BORDER COLOR

var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "500"		// DATE X LOCATION
var dateY		= "250"		// DATE Y LOCATION

var homepageLR	= "right"	//HOMEPAGE LEFT OR RIGHT
var homepageX	= "8"		//HOMEPAGE X LOCATION
var homepageY	= "50"		//HOMEPAGE Y LOCATION	

var searchLR		= "left"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "10"		// SEARCH FORM X LOCATION
var searchY		= "250"		// SEARCH FORM Y LOCATION
var searchwidth		= "160"		// WIDTH OF THE SEARCH FORM
var searchtext		= "Search Google"	// TEXT ABOVE SEARCH FORM

var showhoroscope   = "yes" 	//SHOW THE HOROSCOPE LINK


// EDIT THE "scroller/scroll.variables0.js" FOR SCROLLER OPTIONS


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')

// START HOROSCOPE SCRIPT
//document.write('<span class="sidebartitle">')
//document.write('Daily Horoscope')
//document.write('<br></span>')
//document.write('<form action="http://www.scopes-mart.com/horoscopes.php?use=linked&font=arial&fontsize=1&css=" method=post target="_blank" style="margin: 0px"><centre><select name=sign size=12"><option>Aries<option>Taurus<option>Gemini<option>Cancer<option>Leo<option>Virgo<option>Libra<option>Scorpio<option>Sagittarius<option>Capricorn<option>Aquarius<option>Pisces</select>&nbsp;<input type=submit value="Go!" name="horogo" class="searchbutton"></centre>')
//document.write('</form>')
document.write('<br><br>')

// START LINKS SECTION
document.write('<span class="sidebartitle">')
document.write('Helpful Resources:')
document.write('<br></span><span class="sidebartext">')
document.write('<b><a href="http://housecall.trendmicro.com/" target="_blank">Free Online Virus Scan from Trend Micro</a></b><br><hr>')

document.write('<b><a href="http://www.lavasoftusa.com/software/adaware/" target="_blank">ADAWARE from Lavasoft Free Personal Edition Spyware Detector</a></b><br><hr>')
document.write('<b><a href="viruspopup.htm" target="_blank">Most Recent Virus Information from Symantec</a></b><br><hr>')
document.write('<b><a href="http://update.microsoft.com/windowsupdate/v6/default.aspx?ln=en-us" target="_blank">Windows Update</a></b><br><hr>')
document.write('<b><a href="http://www.speedtest.net/" target="_blank">Free Broadband<br>Speed Test<br>Speedtest.net</a></b><br><hr>')
document.write('<b></span><br>')
document.write('<span class="sidebartitle">')

//START FEATURED LINKS
//document.write('Featured Link:')
//document.write('<br></span><span class="sidebarlink">')
//document.write('<a href="http://www.netnanny.com/" target="_blank">Net Nanny Software</a><br>')
//document.write('</span><br>')
//document.write('<span class="sidebartitle">')
//document.write('Childrens Link:')
//document.write('<br></span><span class="sidebarlink">')
//document.write('<a href="http://www.nickjr.com" target="_blank">Nick Junior</a><br><br>')
//document.write('</span><br><br>')
//document.write('<span class="sidebartitle">')

//START MEMBER OF
//document.write('Member of:')
//document.write('<br></span>')
//document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
//document.write('<a href="http://www.caip.ca" target="_blank"><img src="picts/caip_logo.gif" width="57" height="80"></a><br>')
//document.write('</td></tr></table>')
//document.write('<br><br>')


// SEARCH FORM
document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchY+'px; width: auto; z-index: 1;">')
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartitle">')
document.write(''+searchtext+'<br>')
document.write('</td></tr><tr><td align="left">')
document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')
document.write('</form>')
document.write('</td></tr></table>')
document.write('</div>')


// START DATE SCRIPT

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');


// START DATE/TIME SCRIPT PAGE TITLE

<!-- Hide

/*
This script was written by Mike Cullen, 1999
Featured on Dynamic Drive (dynamicdrive.com)
For full source code, installation instructions
and many more DHTML scripts
Visit Dynamicdrive.com
Enters Time in the Header of the Page
*/

var scroller;
var ampm;
var actualtitle=document.title+" "
function antiMilitaryTime()
{
if (hr == "12"){
ampm="P.M."
}
else if (hr == "13"){
hr="1"
ampm="P.M."
}
else if (hr == "14"){
hr="2"
ampm="P.M."
}
else if (hr == "15"){
hr ="3"
ampm="P.M."
}
else if (hr == "16"){
hr = "4"
ampm="P.M."
}
else if (hr == "17"){
hr = "5"
ampm="P.M."
}
else if (hr == "18"){
hr = "6"
ampm="P.M."
}
else if (hr == "19"){
hr = "7"
ampm="P.M."
}
else if (hr == "20"){
hr = "8"
ampm="P.M."
}
else if (hr == "21"){
hr = "9"
ampm="P.M."
}
else if (hr == "22"){
hr = "10"
ampm="P.M."
}
else if (hr == "23"){
hr = "11"
ampm="P.M."
}
else if (hr == "24"){
hr = "12"
}
}
function addZero(){
if (min <= "9"){
min = "0"+min
}
if (sec<= "9"){
sec = "0"+sec
}
if (hr <=9){
hr = "0"+hr
}
}
function time(){
dt=new Date()
sec=dt.getSeconds()
hr=dt.getHours()
ampm="A.M."
min=dt.getMinutes()
}
function scroll() {
time()
antiMilitaryTime()
addZero()
var scroller=""+hr+":"+min+":"+sec+" "+ampm
var timeout=setTimeout("scroll()", 1000)
  document.title=actualtitle+scroller
  }
if (document.all||document.getElementById)
scroll()

// START MAKE HOMEPAGE SCRIPT

document.write ('<div align="right" style="'+homepageLR+': '+homepageX+'px; POSITION: absolute; TOP: '+homepageY+'px"> \n')
document.write("<span class=\"white-font\"><nobr>")
if (document.all){ 
document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.sethomepage(\'http://www.georgian.net\');">'); 
document.write('<font size="-1" face="Arial, Helvetica, sans-serif"><B>Make Georgian.Net Your Home Page</B></font></a>');

// -- END -->

document.write ('</nobr></div>')
 
}

