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( 199,44,128,2,"Death Cab For Cutie - Company Calls",2002,8,1,11,23,48 );
musics[1]=new song( 218,44,128,2,"Jakatta - Ever So Lonely (Radio Edit)",2002,8,1,11,20,9 );
musics[2]=new song( 217,44,128,2,"Hedwig and the Angry Inch - Wicked Little Town",2002,8,1,11,16,31 );
musics[3]=new song( 210,48,128,2,"Dance Nation - Sunshine",2002,8,1,11,13,1 );
musics[4]=new song( 396,44,128,2,"Frank Zappa - Stinkfoot",2002,8,1,11,12,59 );
musics[5]=new song( 509,44,128,2,"Le Knight Club, DJ Sneak - Intergalactik Disko Remix",2002,8,1,11,12,48 );
musics[6]=new song( 155,44,192,2,"Spoon - 04 - Reservations.[192Kb 44KHz 2\'35]",2002,8,1,11,12,47 );
musics[7]=new song( 268,44,128,2,"Plaid - Bo Bootch",2002,8,1,11,12,16 );
musics[8]=new song( 368,44,128,2,"Coldcut - More Beats + Pieces",2002,8,1,11,12,15 );
musics[9]=new song( 212,44,128,2,"aimee mann - two of us",2002,8,1,11,11,9 );
