// Generated by the Blogger Archive Script Generator
// at http://philringnalda.com/scriptgen/
// Based on code by Andy Buchanan from
// http://weblog.cheesephone.co.uk/mytemplate.html
// User data
var currentPageName = "current";
var currentPageLink = "./index.cfm";
var archivePath = "/visiblog/";
var preLink = " ";
var postLink = "";
function ArchivePage_MakeLink(){
var newName = preLink + (this.StartDate.getMonth()+1)+"/"+this.StartDate.getDate()+"/"+eval("y=this.StartDate.getFullYear()+'';y=y.substr(2)")+"-"+(this.EndDate.getMonth()+1)+"/"+this.EndDate.getDate()+"/"+eval("y=this.EndDate.getFullYear()+'';y=y.substr(2)") + postLink;
var outString = "";
if ( -1 != location.href.indexOf( this.Link ) ){
outString = "";
}
else{
outString = "";
}
return outString;
}
function ArchivePage_Compare( rhs ){
if ( this.StartDate == rhs.StartDate )
return 0;
else if ( this.StartDate > rhs.StartDate )
return 1;
else
return -1;
}
function ArchivePage( theLink, theName ){
this.Link = theLink;
this.Name = theName;
this.StartDate = new Date( this.Name.slice(6,10), this.Name.slice(0,2)-1, this.Name.slice(3,5) );
this.EndDate = new Date( this.Name.slice(13+6,13+10), this.Name.slice(13+0,13+2)-1, this.Name.slice(13+3,13+5) );
ArchivePage.prototype.MakeLink = ArchivePage_MakeLink;
ArchivePage.prototype.Compare = ArchivePage_Compare;
}
function bi_comp( a, b ){
return -a.Compare( b );
}
function FindIdx( myURL ){
for ( var n=0; nfunction gothere(where){location.href = where.options[where.selectedIndex].value;}");
document.write("");
}
var count=0;
var BlogInfo = new Array();
BlogInfo[count++] = new ArchivePage( "2003_03_09_archive.cfm" , "03/09/2003 - 03/15/2003" );
BlogInfo[count++] = new ArchivePage( "2003_03_16_archive.cfm" , "03/16/2003 - 03/22/2003" );
BlogInfo[count++] = new ArchivePage( "2003_03_23_archive.cfm" , "03/23/2003 - 03/29/2003" );
BlogInfo[count++] = new ArchivePage( "2003_03_30_archive.cfm" , "03/30/2003 - 04/05/2003" );
BlogInfo[count++] = new ArchivePage( "2003_04_06_archive.cfm" , "04/06/2003 - 04/12/2003" );
BlogInfo[count++] = new ArchivePage( "2003_04_13_archive.cfm" , "04/13/2003 - 04/19/2003" );
BlogInfo[count++] = new ArchivePage( "2003_04_20_archive.cfm" , "04/20/2003 - 04/26/2003" );
BlogInfo[count++] = new ArchivePage( "2003_05_11_archive.cfm" , "05/11/2003 - 05/17/2003" );
BlogInfo[count++] = new ArchivePage( "2003_05_18_archive.cfm" , "05/18/2003 - 05/24/2003" );
BlogInfo[count++] = new ArchivePage( "2003_06_01_archive.cfm" , "06/01/2003 - 06/07/2003" );
BlogInfo[count++] = new ArchivePage( "2003_06_08_archive.cfm" , "06/08/2003 - 06/14/2003" );
BlogInfo[count++] = new ArchivePage( "2003_06_15_archive.cfm" , "06/15/2003 - 06/21/2003" );
BlogInfo[count++] = new ArchivePage( "2003_06_22_archive.cfm" , "06/22/2003 - 06/28/2003" );
BlogInfo[count++] = new ArchivePage( "2003_07_06_archive.cfm" , "07/06/2003 - 07/12/2003" );
BlogInfo[count++] = new ArchivePage( "2003_07_13_archive.cfm" , "07/13/2003 - 07/19/2003" );
BlogInfo[count++] = new ArchivePage( "2003_07_27_archive.cfm" , "07/27/2003 - 08/02/2003" );
BlogInfo[count++] = new ArchivePage( "2003_08_10_archive.cfm" , "08/10/2003 - 08/16/2003" );
BlogInfo[count++] = new ArchivePage( "2003_08_24_archive.cfm" , "08/24/2003 - 08/30/2003" );
WriteArchiveSection( BlogInfo );