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( 241,44,192,2,"Depeche Mode - Freelove (Flood Radio Mix)",2004,5,16,20,58,46 );
musics[1]=new song( 248,44,192,2,"Usher - Yeah! (w/ Li\'l Jon & Ludacris)",2004,5,16,18,50,47 );
musics[2]=new song( 202,44,192,2,"VA - cecile-hot like we",2004,5,16,18,47,25 );
musics[3]=new song( 248,44,192,2,"usher - Yeah  FEAT      LIL JOHN AND  ludacris",2004,5,16,11,31,25 );
musics[4]=new song( 248,44,192,2,"Usher - Yeah",2004,5,15,22,28,2 );
musics[5]=new song( 237,44,192,2,"phoenix - if its not with you",2004,3,21,20,27,51 );
musics[6]=new song( 301,44,224,2,"Sia - Breathe (Four Tet remix)",2004,3,21,20,22,51 );
musics[7]=new song( 271,44,128,2,"Jay-Zeezer - Threat (Undone The Sweater Song)",2004,3,21,20,22,9 );
musics[8]=new song( 278,44,128,2,"Jay-Zeezer - December 4th (Say it Ain\'t So)",2004,3,21,20,17,30 );
musics[9]=new song( 337,44,192,2,"The Bad Plus - Velouria",2004,3,21,20,11,54 );
