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 = 25;
var musics=new Array();
musics[0]=new song( 1,44,101,1,"Sv-svenska[1]",2005,6,18,21,46,7 );
musics[1]=new song( 1,44,101,1,"Sv-svenska[1]",2005,6,18,21,46,0 );
musics[2]=new song( 1,44,101,1,"Sv-svenska[1]",2005,6,18,21,45,57 );
musics[3]=new song( 1,44,101,1,"Sv-svenska[1]",2005,6,18,21,45,49 );
musics[4]=new song( 25,44,1411,2,"Bad Backing Track w-Delay 3",2005,6,15,12,19,53 );
musics[5]=new song( 465,44,239,2,"Mastering Swedish - Lesson 3 - SLAY Radio Live",2005,6,8,14,21,56 );
musics[6]=new song( 465,44,239,2,"Mastering Swedish - Lesson 3 - SLAY Radio Live",2005,6,8,12,27,51 );
musics[7]=new song( -1,0,0,0,"iPodlounge Podcast 02.mp3",2005,3,2,6,26,29 );
musics[8]=new song( 366,44,192,2,"Solar Quest - Cherchez La Lumiere",2004,11,10,19,2,13 );
musics[9]=new song( -1,0,0,0,"David Sylvian - somewhere master",2004,11,10,18,59,36 );
musics[10]=new song( 340,44,192,2,"Moonman - Galaxia -21stcentury",2004,11,6,17,24,17 );
musics[11]=new song( 473,44,192,2,"Roger Goode -  In The Beginning Again (Ferry Corsten Remix)",2004,11,6,17,16,23 );
musics[12]=new song( 223,44,192,2,"System F - Soul On Soul -21stcentury",2004,11,6,17,12,40 );
musics[13]=new song( 439,44,192,2,"Albion -  Air (Ferry Corsten\'s Open Air Remix)",2004,11,6,17,5,20 );
musics[14]=new song( 645,44,192,2,"Gouryella - Gouryella -21stcentury",2004,11,6,16,54,36 );
musics[15]=new song( 395,44,192,2,"Ayu - Connected (Extended) -21stcent",2004,11,6,16,48,0 );
musics[16]=new song( 230,44,192,2,"Moonman - Don\'t Be Afraid -21stcentury",2004,11,6,16,44,9 );
musics[17]=new song( 206,44,192,2,"System F - Exhale -21stcentury",2004,11,6,16,40,43 );
musics[18]=new song( 229,44,192,2,"Gouryella - Walhalla -21stcentury",2004,11,6,16,36,53 );
musics[19]=new song( 224,44,192,2,"System F -  Dance Valley Theme 2001 -21st",2004,11,6,16,33,8 );
musics[20]=new song( 232,44,192,2,"Pulp Victim - The World -21stcentury",2004,11,6,16,29,16 );
musics[21]=new song( 219,44,192,2,"Veracocha - Carte Blanche -21stcentury",2004,11,6,16,25,36 );
musics[22]=new song( -1,0,0,0,"Gouryella - Tenshi -21stcentury",2004,11,6,16,21,48 );
musics[23]=new song( 213,44,192,2,"System F -  Out Of The Blue 2002 (Bonus Track)",2004,11,6,16,18,16 );
musics[24]=new song( -1,0,0,0,"Ferry Corsten - Right Of Way",2004,11,6,14,59,50 );
