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( 297,44,128,2,"Butthole Surfers - Pepper",2005,3,12,21,32,57 );
musics[1]=new song( 164,44,160,2,"Lene Lovich - I Think We\'re Alone Now",2005,2,19,14,26,45 );
musics[2]=new song( 168,44,160,2,"Lene Lovich - Lucky Number",2005,2,19,14,25,47 );
musics[3]=new song( 2218,44,320,2,"The Clash - ",2005,2,19,14,21,34 );
musics[4]=new song( 2700,44,192,2,"Young, Neil - Tonight\'s The Night (entire album)",2005,2,19,14,9,40 );
musics[5]=new song( 236,44,256,2,"04.Tonights the Night",2005,2,19,14,8,56 );
musics[6]=new song( 2668,44,320,2,"Unknown Artist - Untitled",2005,2,19,13,37,1 );
musics[7]=new song( 2333,44,112,2,"Emerson Lake Palmer - Tarkus (Complete Album)",2005,2,19,3,9,58 );
musics[8]=new song( 292,44,112,2,"Unknown Artist - Untitled",2005,2,4,18,30,41 );
musics[9]=new song( 394,44,112,2,"The Rolling Stones - Fingerprint File",2005,2,4,18,27,11 );
