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 = 5;
var musics=new Array();
musics[0]=new song( 3600,44,160,2,"100305-2000",2010,3,10,19,30,12 );
musics[1]=new song( -1,0,0,0,"Femme Generation - Brothers and Sisters, Alone We Explode - 08 - Mista Molesta",2010,3,10,19,30,11 );
musics[2]=new song( -1,0,0,0,"The United Steel Workers of Montreal - 04 - Green Means Go",2010,3,10,19,30,10 );
musics[3]=new song( -1,0,0,0,"Rae Spoon - 10 - Rae Spoon   We Become Our Own Wolves",2010,3,10,19,30,7 );
musics[4]=new song( -1,0,0,0,"The Audiovisuals - The Audiovisuals - 06 - the audiovisuals   Interview with a Gun",2010,3,10,19,30,6 );
