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 = 20;
var musics=new Array();
musics[0]=new song( 61,44,128,2,"sounds of nature - peaceful ocean surf",2007,1,2,21,37,58 );
musics[1]=new song( 94,44,128,2,"Instrumentala arabeasca  Afr1knu",2007,1,2,21,37,42 );
musics[2]=new song( 287,44,192,2,"Marco Antonio Solis - Marco Antonio Solis-Si No Te Hubieras Ido",2007,1,2,21,22,41 );
musics[3]=new song( 249,44,128,2,"sin bandera - entra en mi vida",2007,1,2,21,18,32 );
musics[4]=new song( 174,44,160,2,"Juan Gabriel - Yo Te Recuerdo",2007,1,2,21,15,37 );
musics[5]=new song( 282,44,128,2,"Chayanne - Dejaria todo",2007,1,2,21,10,55 );
musics[6]=new song( 265,44,128,2,"Son by Four - Cuando seas mia (salsa)",2007,1,2,21,6,29 );
musics[7]=new song( 219,44,192,2,"Andra - Ramai cu mine",2007,1,2,18,2,22 );
musics[8]=new song( 307,44,128,2,"Amr Diab - Nour el ain",2007,1,2,18,2,6 );
musics[9]=new song( 243,44,128,2,"David Bustamante - Gitanas",2007,1,2,18,2,5 );
musics[10]=new song( -1,0,0,0,"El Clon - Saiedeh",2007,1,2,18,2,4 );
musics[11]=new song( 192,44,160,2,"Telenovela Pasion De Gavilanes - Quien Es Ese Hombre",2007,1,2,18,2,3 );
musics[12]=new song( 205,44,128,2,"TURCEASCA  (2004) - INSTRUMENTALA 1",2007,1,2,18,1,59 );
musics[13]=new song( -1,0,0,0,"TURCEASCA  (2004) - INSTRUMENTALA 1",2007,1,2,17,58,7 );
musics[14]=new song( 192,44,160,2,"Telenovela Pasion De Gavilanes - Quien Es Ese Hombre",2007,1,2,17,54,55 );
musics[15]=new song( 185,44,96,2,"Ricardo Montaner feat A. Rosales - Amarte es mi pecado",2007,1,2,17,51,49 );
musics[16]=new song( 309,44,128,2,"Marcus Viana - Maktub 2",2007,1,2,17,46,40 );
musics[17]=new song( 216,44,192,2,"Intocable - Contra viento y marea",2007,1,2,17,43,3 );
musics[18]=new song( 328,44,130,2,"El Clon - Si estuvieras junto a mi",2007,1,2,17,38,27 );
musics[19]=new song( 119,44,128,2,"El Clon - Saiedeh",2007,1,2,17,36,27 );
