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( 277,44,192,2,"The Beautiful South - How Long\'s A Tear Take To Dry",2005,11,11,20,3,37 );
musics[1]=new song( 222,44,192,2,"Gretchen Wilson - Redneck Woman",2005,11,11,20,1,3 );
musics[2]=new song( 241,44,192,2,"Moneybrother - Nobody\'s Lonely Tonight",2005,11,11,19,57,1 );
musics[3]=new song( 238,44,224,2,"Erin Condo - Spring-1965",2005,11,11,19,53,2 );
musics[4]=new song( 269,44,192,2,"Toni Price - Thank You for the Love",2005,11,11,19,48,33 );
musics[5]=new song( 208,44,128,2,"Katja Maria Werker - Love Like U Do",2005,11,11,19,45,4 );
musics[6]=new song( 256,44,192,2,"José Padilla - After The Dance",2005,11,11,19,40,47 );
musics[7]=new song( 143,44,160,2,"Moneybrother - My \'lil Girl\'s Straight from H",2005,11,11,19,38,23 );
musics[8]=new song( 292,44,160,2,"Moneybrother - I\'m Not Ready for It, Jo",2005,11,11,19,33,31 );
musics[9]=new song( 207,44,192,2,"Cake 2001 - Comfort Eagle 04 - Short Skirt Long Jacket",2005,11,11,19,30,3 );
