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( 240,44,192,2,"Hyde - Sweet Vanilla",2009,3,23,16,7,30 );
musics[1]=new song( 39,44,128,2,"Various Artists - w¸ );
musics[2]=new song( 38,44,128,2,"Various Artists - `DRz / rnB“",2006,12,23,14,51,23 );
musics[3]=new song( 73,44,128,2,"Various Artists - áíÇ£ü / [[‰N / ¹×êó°ÜÃ¯¹",2006,12,23,14,51,15 );
musics[4]=new song( 37,44,128,2,"Various Artists - Ýn[[‰N / ÛêÇ¤",2006,12,23,14,51,10 );
musics[5]=new song( 85,44,128,2,"Various Artists - ±hz / sunrise / YYMnØŸ / Cappuccino",2006,12,23,14,50,59 );
musics[6]=new song( 18,44,128,2,"Various Artists - TR1-Ê…>ó} / TR3-Ê…>ó}",2006,12,23,14,50,53 );
musics[7]=new song( 45,44,128,2,"Various Artists - TR8-ŽWORMÉÊ¦ / TR5-%nL /  TR14-Ê…>ó} / TR1-;ˆºnnœsˆ",2006,12,23,14,50,42 );
musics[8]=new song( 50,44,128,2,"Various Artists - TR9-M‰M‰ / TR13-Ê…>ó} / TR6-%  TR10-¦£üónîniž",2006,12,23,14,50,31 );
musics[9]=new song( 18,44,128,2,"Various Artists - TR1-Ê…>ó} / TR3-Ê…>ó}",2006,12,23,14,50,28 );
