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 = 10;
var musics=new Array();
musics[0]=new song( 322,44,160,2,"Built to Spill - Time Trap",2003,5,20,0,39,4 );
musics[1]=new song( 201,44,128,2,"keep it like a secret - 05 - bad light",2003,5,20,0,35,42 );
musics[2]=new song( -1,0,0,0,"keep it like a secret - 04 - sidewalk",2003,5,20,0,31,50 );
musics[3]=new song( -1,0,0,0,"Built to Spill - Carry the Zero",2003,5,20,0,26,5 );
musics[4]=new song( 163,44,128,2,"Built to Spill - Center of the Universe",2003,5,20,0,23,22 );
musics[5]=new song( 209,44,128,2,"keep it like a secret - 01 - the plan",2003,5,20,0,19,52 );
musics[6]=new song( 190,44,160,2,"Supergrass - Time",2003,5,20,0,11,52 );
musics[7]=new song( 378,44,256,2,"Supergrass - Sofa (Of My Lethargy)",2003,5,20,0,5,33 );
musics[8]=new song( 116,44,160,2,"Supergrass - Time To Go",2003,5,20,0,3,36 );
musics[9]=new song( -1,0,0,0,"Supergrass - We\'re Not Supposed To",2003,5,20,0,1,31 );
