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( 327,44,192,2,"The Austerity Program (Recording Experiments) - Song 12 (live)",2007,12,12,10,16,1 );
musics[1]=new song( 229,44,160,2,"Edmund",2007,12,12,10,11,1 );
musics[2]=new song( 401,44,192,2,"from here to obscurity 7-19-07",2007,12,12,10,5,20 );
musics[3]=new song( 101,44,128,2,"The Beastie Boys - Egg Raid On Mojo",2007,12,12,10,3,38 );
musics[4]=new song( -1,0,0,0,"110807-cf",2007,11,12,13,49,58 );
musics[5]=new song( 16443,22,24,1,"Howard Stern Radio Show - 080207-cf",2007,8,3,9,39,45 );
musics[6]=new song( 16725,22,24,1,"Howard Stern Radio Show - 072607-cf",2007,7,30,10,30,7 );
musics[7]=new song( 368,44,128,2,"Jethro Tull - Thick As A Brick",2007,5,25,20,10,54 );
musics[8]=new song( 16026,22,24,1,"Howard Stern Radio Show - 052207-cf",2007,5,22,17,4,26 );
musics[9]=new song( 2857,22,24,1,"Howard Stern Radio Show - TWUS - TWUS 24K 052207-cf",2007,5,22,16,17,25 );

