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( -1,0,0,0,"DIVOKEJ BILL - Kolibka",2011,8,14,12,6,39 );
musics[1]=new song( -1,0,0,0,"DIVOKEJ BILL - Laboratore Delta",2011,8,14,12,6,38 );
musics[2]=new song( -1,0,0,0,"DIVOKEJ BILL - Tadada",2011,8,14,12,6,37 );
musics[3]=new song( -1,0,0,0,"AC/DC - Rock and Roll Ain\'t Noise Pollution",2011,8,14,11,55,19 );
musics[4]=new song( -1,0,0,0,"AC/DC - Back in Black",2011,8,14,11,55,18 );
musics[5]=new song( -1,0,0,0,"AC/DC - Hells Bells",2011,8,14,11,55,17 );
musics[6]=new song( -1,0,0,0,"AC/DC - Rock and Roll Ain\'t Noise Pollution",2011,8,14,11,55,13 );
musics[7]=new song( -1,0,0,0,"AC/DC - Back in Black",2011,8,14,11,55,12 );
musics[8]=new song( -1,0,0,0,"AC/DC - What Do You Do for Money Honey",2011,8,14,11,55,11 );
musics[9]=new song( -1,0,0,0,"AC/DC - Hells Bells",2011,8,14,11,55,11 );
musics[10]=new song( -1,0,0,0,"KISS - Fits Like A Glove",2011,8,14,11,54,43 );
musics[11]=new song( -1,0,0,0,"KISS - Psycho Circus",2011,8,14,11,54,42 );
musics[12]=new song( -1,0,0,0,"KISS - When Lightening Strikes",2011,8,14,11,54,41 );
musics[13]=new song( -1,0,0,0,"KISS - Never Enough",2011,8,14,11,54,40 );
musics[14]=new song( -1,0,0,0,"KISS - God Gave Rock And Roll to You II",2011,8,14,11,52,54 );

