// 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 = "./";
var archivePath = "/diary/";
var preLink = "";
var postLink = "";
function ArchivePage_MakeLink(){
var month_name = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
var newName = preLink + month_name[this.StartDate.getMonth()]+" "+this.StartDate.getDate()+", "+this.StartDate.getFullYear() + 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( "2001_06_01_archive.html" , "June 2001" );
BlogInfo[count++] = new ArchivePage( "2001_07_01_archive.html" , "July 2001" );
BlogInfo[count++] = new ArchivePage( "2001_08_01_archive.html" , "August 2001" );
BlogInfo[count++] = new ArchivePage( "2001_09_01_archive.html" , "September 2001" );
BlogInfo[count++] = new ArchivePage( "2001_10_01_archive.html" , "October 2001" );
BlogInfo[count++] = new ArchivePage( "2001_11_01_archive.html" , "November 2001" );
BlogInfo[count++] = new ArchivePage( "2001_12_01_archive.html" , "December 2001" );
BlogInfo[count++] = new ArchivePage( "2002_01_01_archive.html" , "January 2002" );
BlogInfo[count++] = new ArchivePage( "2002_02_01_archive.html" , "February 2002" );
BlogInfo[count++] = new ArchivePage( "2002_03_01_archive.html" , "March 2002" );
BlogInfo[count++] = new ArchivePage( "2002_04_01_archive.html" , "April 2002" );
BlogInfo[count++] = new ArchivePage( "2002_05_01_archive.html" , "May 2002" );
BlogInfo[count++] = new ArchivePage( "2002_06_01_archive.html" , "June 2002" );
BlogInfo[count++] = new ArchivePage( "2002_07_01_archive.html" , "July 2002" );
BlogInfo[count++] = new ArchivePage( "2002_08_01_archive.html" , "August 2002" );
BlogInfo[count++] = new ArchivePage( "2002_09_01_archive.html" , "September 2002" );
BlogInfo[count++] = new ArchivePage( "2002_10_01_archive.html" , "October 2002" );
BlogInfo[count++] = new ArchivePage( "2002_11_01_archive.html" , "November 2002" );
BlogInfo[count++] = new ArchivePage( "2002_12_01_archive.html" , "December 2002" );
BlogInfo[count++] = new ArchivePage( "2003_01_01_archive.html" , "January 2003" );
BlogInfo[count++] = new ArchivePage( "2003_02_01_archive.html" , "February 2003" );
BlogInfo[count++] = new ArchivePage( "2003_03_01_archive.html" , "March 2003" );
BlogInfo[count++] = new ArchivePage( "2003_04_01_archive.html" , "April 2003" );
BlogInfo[count++] = new ArchivePage( "2003_05_01_archive.html" , "May 2003" );
BlogInfo[count++] = new ArchivePage( "2003_06_01_archive.html" , "June 2003" );
BlogInfo[count++] = new ArchivePage( "2003_07_01_archive.html" , "July 2003" );
BlogInfo[count++] = new ArchivePage( "2003_08_01_archive.html" , "August 2003" );
BlogInfo[count++] = new ArchivePage( "2003_09_01_archive.html" , "September 2003" );
BlogInfo[count++] = new ArchivePage( "2003_10_01_archive.html" , "October 2003" );
BlogInfo[count++] = new ArchivePage( "2003_11_01_archive.html" , "November 2003" );
BlogInfo[count++] = new ArchivePage( "2003_12_01_archive.html" , "December 2003" );
BlogInfo[count++] = new ArchivePage( "2004_01_01_archive.html" , "January 2004" );
BlogInfo[count++] = new ArchivePage( "2004_02_01_archive.html" , "February 2004" );
BlogInfo[count++] = new ArchivePage( "2004_03_01_archive.html" , "March 2004" );
BlogInfo[count++] = new ArchivePage( "2004_04_01_archive.html" , "April 2004" );
BlogInfo[count++] = new ArchivePage( "2004_05_01_archive.html" , "May 2004" );
BlogInfo[count++] = new ArchivePage( "2004_06_01_archive.html" , "June 2004" );
BlogInfo[count++] = new ArchivePage( "2004_07_01_archive.html" , "July 2004" );
BlogInfo[count++] = new ArchivePage( "2004_08_01_archive.html" , "August 2004" );
BlogInfo[count++] = new ArchivePage( "2004_09_01_archive.html" , "September 2004" );
BlogInfo[count++] = new ArchivePage( "2004_10_01_archive.html" , "October 2004" );
BlogInfo[count++] = new ArchivePage( "2004_11_01_archive.html" , "November 2004" );
BlogInfo[count++] = new ArchivePage( "2004_12_01_archive.html" , "December 2004" );
BlogInfo[count++] = new ArchivePage( "2005_01_01_archive.html" , "January 2005" );
BlogInfo[count++] = new ArchivePage( "2005_02_01_archive.html" , "February 2005" );
BlogInfo[count++] = new ArchivePage( "2005_03_01_archive.html" , "March 2005" );
BlogInfo[count++] = new ArchivePage( "2005_04_01_archive.html" , "April 2005" );
BlogInfo[count++] = new ArchivePage( "2005_05_01_archive.html" , "May 2005" );
BlogInfo[count++] = new ArchivePage( "2005_06_01_archive.html" , "June 2005" );
BlogInfo[count++] = new ArchivePage( "2005_07_01_archive.html" , "July 2005" );
BlogInfo[count++] = new ArchivePage( "2005_08_01_archive.html" , "August 2005" );
BlogInfo[count++] = new ArchivePage( "2005_09_01_archive.html" , "September 2005" );
BlogInfo[count++] = new ArchivePage( "2005_10_01_archive.html" , "October 2005" );
BlogInfo[count++] = new ArchivePage( "2005_11_01_archive.html" , "November 2005" );
BlogInfo[count++] = new ArchivePage( "2005_12_01_archive.html" , "December 2005" );
BlogInfo[count++] = new ArchivePage( "2006_01_01_archive.html" , "January 2006" );
BlogInfo[count++] = new ArchivePage( "2006_02_01_archive.html" , "February 2006" );
BlogInfo[count++] = new ArchivePage( "2006_03_01_archive.html" , "March 2006" );
BlogInfo[count++] = new ArchivePage( "2006_04_01_archive.html" , "April 2006" );
BlogInfo[count++] = new ArchivePage( "2006_05_01_archive.html" , "May 2006" );
BlogInfo[count++] = new ArchivePage( "2006_06_01_archive.html" , "June 2006" );
BlogInfo[count++] = new ArchivePage( "2006_07_01_archive.html" , "July 2006" );
BlogInfo[count++] = new ArchivePage( "2006_08_01_archive.html" , "August 2006" );
BlogInfo[count++] = new ArchivePage( "2006_09_01_archive.html" , "September 2006" );
BlogInfo[count++] = new ArchivePage( "2006_10_01_archive.html" , "October 2006" );
BlogInfo[count++] = new ArchivePage( "2006_11_01_archive.html" , "November 2006" );
BlogInfo[count++] = new ArchivePage( "2006_12_01_archive.html" , "December 2006" );
BlogInfo[count++] = new ArchivePage( "2007_01_01_archive.html" , "January 2007" );
BlogInfo[count++] = new ArchivePage( "2007_02_01_archive.html" , "February 2007" );
WriteArchiveSection( BlogInfo );