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 = 15;
var musics=new Array();
musics[0]=new song( 199,44,128,2,"02 - Kylie Minogue - In Your Eyes",2003,5,28,21,43,17 );
musics[1]=new song( 204,44,128,2,"clock dva - delta machines",2003,5,28,1,30,35 );
musics[2]=new song( 183,44,128,2,"Textículos de Mary - todinha sua",2003,5,28,0,56,17 );
musics[3]=new song( 189,44,128,2,"Reducers - Airways",2003,5,28,0,30,33 );
musics[4]=new song( 211,44,160,2,"Liaisons Dangereuses  - Kess kill fe show",2003,5,27,23,34,28 );
musics[5]=new song( 234,44,192,2,"Liaisons Dangereuses - Dupont",2003,5,27,23,34,2 );
musics[6]=new song( -1,0,0,0,"Bourbonese Qualk - boggy creek",2003,5,27,23,29,9 );
musics[7]=new song( 259,44,128,2,"Krisma - Crucial Point",2003,5,27,23,24,50 );
musics[8]=new song( -1,0,0,0,"Holy Toy - Plan For The Land",2003,5,27,23,20,17 );
musics[9]=new song( 313,44,128,2,"Cabaret Voltaire - Yashar",2003,5,27,23,15,2 );
musics[10]=new song( 217,44,192,2,"10 - The Maniacs - Vietnam (Version)",2003,5,27,23,11,25 );
musics[11]=new song( 207,44,192,2,"Harry - Genebra",2003,5,27,23,7,57 );
musics[12]=new song( 176,44,192,2,"Smersh - AIP",2003,5,27,23,5,24 );
musics[13]=new song( 262,44,192,2,"Pankow - Das Vodkalied",2003,5,27,23,3,58 );
musics[14]=new song( 184,44,192,2,"Smersh - Judy Mach 7",2003,5,27,23,0,54 );
