<!-- 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 paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showscroller	= "yes"		// SHOW THE SCROLLER
var scrollspacing	= "1"		// NUDGE SIDEBAR DOWN
var showlink		= "no"		// SHOW CONTACT LINK
var bordercolor		= "A2B7B5"	// SCROLLER AND IMAGE BORDER COLOR

var showdate		= "no"		// SHOW THE DATE ON THE PAGE
var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "58"		// DATE Y LOCATION

var showsearch		= "no"		// SHOW THE SEARCH FORM
var searchLR		= "left"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "10"		// SEARCH FORM X LOCATION
var searchY		= "210"		// SEARCH FORM Y LOCATION
var searchwidth		= "160"		// WIDTH OF THE SEARCH FORM
var searchtext		= "Web Search"	// TEXT ABOVE SEARCH FORM


// EDIT THE "scroller/scroll.variables0.js" FOR SCROLLER OPTIONS


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')




// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<br></span><span class="sidebartext">')

document.write('"<b>Activists for <a href="http://www.toronto911truth.com"><u>www.toronto911truth.com</u></a>. One of hundreds of 9/11 Truth activist <a href="http://www.nomoretyranny.org/911truth.htm"><u>groups globally</u></a>.</b>"<BR><br>')

document.write('<b>9/11 Google Videos<br> to watch online: <br><a href="http://video.google.com/videoplay?docid=6499230265406230477"><u>Loose Change FC</u></a><BR> <a href="http://video.google.com/videoplay?docid=-8129564295534231536"><u>911 Mysteries</u></a><BR> <a href="http://video.google.com/videoplay?docid=-5386487651203625811"><u>911 In Plane Site</u></a><br> <a href="http://video.google.com/videoplay?docid=3979568779414136481"><u>911 Press for Truth</u></a><br> <a href="http://video.google.com/videoplay?docid=6837001821567284154&q=david+ray+griffin&total=352&start=0&num=10&so=0&type=search&plindex=1"><u>911 Commission Report Examined</u></a><br> <a href="http://video.google.com/videoplay?docid=6989949042793617672"><u>CBC - Security Threat</u></a><br><br> Other Need to Know:<br> <a href="http://video.google.com/videoplay?docid=-9050474362583451279"><u>Money As Debt</u></a><br> <a href="http://video.google.com/videoplay?docid=3388799387341337020"><u>Monopoly Men</u></a> <a href="http://video.google.com/videoplay?docid=6061213358499552766"><u><br>Big Brother, Big Business</u></a><br><br></b>')

document.write('"Ask not what your country can do for you, ask what you can do for your country."<BR>')

document.write('<span class="sidebartitle">')

document.write('~ JFK ~<br>')

   if (showlink == "yes") {
document.write('<a href="contact.htm" class="sidelink">Click here to contact us</a><br>')
}

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 1





// SCROLLER CODE
   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br><br>')

}





// SMALL PICTURE AREA
   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><IMG SRC="picts/sidebar.jpg" border="0" width="145" height="145"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')
}




// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')

document.write('"Honest" Abe Quotes:<BR>')

document.write('<br></span><span class="sidebartext">')

document.write('"What I do say is that no man is good enough to govern another man without his consent."<br><br>')

document.write('"Freedom is the last, best hope of earth."<br><br>')

document.write('"To sin by silence when they should protest makes cowards of men." <br><br>')

document.write('"The best thing about the future is that it comes only one day at a time."<br><br>')

document.write('<font color=#FF0000><b>Canadians!<br> Help Charities!<br> Reduce Your Taxes!<br></font> <a href="http://www.largetaxreturn4u.com"><b><u>Click Here!</u></a><br><br>')

document.write('<font color=#FF0000><b>Americans!<br> Secure Your Money!<br> Use Real Currency...<br> Backed by Gold/Silver!</font> <a href="http://www.libertydollar.org/default.asp"><b><u>Click Here!</u></a><br><br>')

document.write('<b>The Tax System is illegal, the Canadian story.<br> <a href="http://nomoretyranny.org/taxbna.htm"><b><u>Click Here!</u></a><br><br>')

document.write('<b>The sheep, the wolves and a monkeys tale. <a href="http://nomoretyranny.org/control.htm"><b><u>Click Here!</u></a><br><br>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 2




// SEARCH FORM
   if (showsearch == "yes") {

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="sidebartext">')
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
   if (showdate == "yes") {

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>');

}


// -- END -->