function song( _length, _samplerate, _bitrate, _channels, _title, _year, _month, _day, _hour, _minute, _second )
{
	this.title = _title;
	this.length = _length;
	this.samplerate = _samplerate;
	this.bitrate = _bitrate;
	this.channels = _channels;
	this.year = _year;
	this.month = _month;
	this.day = _day;
	this.hour = _hour;
	this.minute = _minute;
	this.second = _second;
}
var blogamp_num_songs = 18;
var musics=new Array();
musics[0]=new song( 21,22,64,1,"Unknown Artist - Untitled",2005,1,15,20,17,9 );
musics[1]=new song( 20,44,64,1,"RMUPPET SPMIDI",2005,1,15,20,15,0 );
musics[2]=new song( 40,44,128,1,"LORDOF",2005,1,15,20,14,47 );
musics[3]=new song( 21,22,64,1,"Unknown Artist - Untitled",2005,1,15,20,14,31 );
musics[4]=new song( 21,22,32,1,"Unknown Artist - Untitled",2005,1,15,20,11,43 );
musics[5]=new song( 637,44,112,2,"Lindsay Lohan  - 11. Rumors",2005,1,2,12,45,20 );
musics[6]=new song( 341,44,256,2,"bill whelan - women of the sidhe",2004,12,24,14,8,50 );
musics[7]=new song( 189,44,256,2,"ronan hardiman - warriors",2004,12,24,14,5,41 );
musics[8]=new song( 441,44,256,2,"loreena mckennitt - the bonny swans",2004,12,24,13,58,18 );
musics[9]=new song( 207,44,256,2,"ronan hardiman - stolen kiss",2004,12,24,13,54,51 );
musics[10]=new song( 240,44,256,2,"sarah mclachlan - possession",2004,12,24,13,50,51 );
musics[11]=new song( 245,44,256,2,"sarah mclachlan - plenty",2004,12,24,13,46,45 );
musics[12]=new song( 412,44,256,2,"tori amos - little earthquakes",2004,12,24,13,39,52 );
musics[13]=new song( 130,44,256,2,"ronan hardiman - gypsy",2004,12,24,13,37,41 );
musics[14]=new song( 409,44,256,2,"loreena mckennitt - god rest ye merry gentlemen",2004,12,24,13,30,51 );
musics[15]=new song( 247,44,256,2,"tori amos - girl",2004,12,24,13,26,43 );
musics[16]=new song( 190,44,256,2,"ronan hardiman - fiery nights",2004,12,24,13,23,33 );
musics[17]=new song( -1,0,0,0,"due south - cabin music",2004,12,24,13,20,30 );





