var songs = 14;
var song_name = new Array();
var song_author = new Array();
var song_link = new Array();

song_name[0]="[Back to Songs]"
song_name[1]="Hero";
song_name[2]="La Isla Bonita";
song_name[3]="Colourblind";
song_name[4]="Baby when you are gone";
song_name[5]="Everything I do";
song_name[6]="I'll be there for you";
song_name[7]="I'd love you to want me";
song_name[8]="I want to break free";
song_name[9]="All out of love";
song_name[10]="Losing Grip";
song_name[11]="Complicated";
song_name[12]="Sk8er Boy";
song_name[13]="Incredible";

song_author[0]="";
song_author[1]="Enrique";
song_author[2]="Madonna";
song_author[3]="Darius Danesh";
song_author[4]="Bryan Adams";
song_author[5]="Bryan Adams";
song_author[6]="Friends, the Rembrandts";
song_author[7]="Lobo";
song_author[8]="Queen";
song_author[9]="Air Supply";
song_author[10]="Avril Lavigne";
song_author[11]="Avril Lavigne";
song_author[12]="Avril Lavigne";
song_author[13]="Darius Danesh";

song_link[0]="../nitin_lyrics.htm";
song_link[1]="hero.htm";
song_link[2]="la_isla_bonita.htm";
song_link[3]="colourblind.htm";
song_link[4]="baby_when_you_are_gone.htm";
song_link[5]="everything_i_do.htm";
song_link[6]="i_be_there_for_you.htm";
song_link[7]="i_love_you_to_want_me.htm";
song_link[8]="i_want_to_break_free.htm";
song_link[9]="all_out_of_love.htm";
song_link[10]="losing_grip.htm";
song_link[11]="complicated.htm";
song_link[12]="sk8er_boy.htm";
song_link[13]="incredible.htm";