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( 3787,44,160,2,"DJ PAPA - Track 01",2006,4,13,17,2,46 );
musics[1]=new song( 409,44,160,2,"Grizzly Bear - sure thing",2006,4,13,16,42,20 );
musics[2]=new song( 508,44,192,2,"Coldplay - Talk (Thin White Duke Mix)",2006,4,12,11,56,26 );
musics[3]=new song( -1,0,0,0,"Coldplay - Talk (Junkie XL Mix)",2006,4,12,11,56,22 );
musics[4]=new song( -1,0,0,0,"Roll Deep - Wiley Looking Back",2006,4,12,11,54,9 );
musics[5]=new song( 48,44,128,2,"Roll Deep - AudioTrack 17",2006,4,12,11,53,21 );
musics[6]=new song( -1,0,0,0,"Roll Deep - Creeper - Dizzee Beat Freestyle",2006,4,12,11,50,55 );
musics[7]=new song( -1,0,0,0,"Roll Deep - AudioTrack 15",2006,4,12,11,15,43 );
musics[8]=new song( 102,44,128,2,"Roll Deep - AudioTrack 14",2006,4,12,11,14,1 );
musics[9]=new song( 102,44,128,2,"Roll Deep - AudioTrack 13",2006,4,12,11,12,19 );
