Lyrics

By miniCruzer on Apr 18, 2010

This was one of my first projects that I made a LONG time ago, and now that I look at it, it's kinda stupid. I thought I'd post it here because at one point it compiled. This is straight out of the compiled source, and I haven't touched it in years. Looking back, I wish I would have known how to write to text files.

#include <iostream>
#include <string>
using namespace std;
int main()
{
    int artist=0;
    int song=0;
    char y='y';
        system ("color 0a");
        cout<< "This is a lyric archive program. It holds lyrics to some popular songs." <<endl;
        cout<< "You will be given a list of artists. Then after you choose an artist," <<endl;
        cout<< "a list of known songs are shown." <<endl;
        system ("pause");
        system ("cls");
    while(y=='y')
    {
        cout<< "-----Artists-----" <<endl;
        cout<< "1. Nickelback" <<endl;
        cout<< "2. Daughtry" <<endl;
        cout<< "3. Red Hot Chili Peppers" <<endl;
        cin>> artist;
        if(artist==1)
        {
            system ("color b4");
            system ("cls");
            cout<< "----Silver Side Up----" <<endl;
            cout<< "1. Never Again" <<endl;
            cout<< "2. How You Remind Me" <<endl;
            cout<< "3. Woke Up This Morning" <<endl;
            cout<< "4. Too Bad" <<endl;
            cout<< "5. Just For" <<endl;
            cout<< "6. Hollywood" <<endl;
            cout<< "7. Money Bought" <<endl;
            cout<< "8. Where Do I Hide" <<endl;
            cout<< "9. Hangnail" <<endl;
            cout<< "10. Good Times Gone" <<endl;
            cin>> song;
            if(song==1)
            {
                system("cls");
                cout<< "------Never Again------" <<endl;
                cout<< "He's drunk again, it's time to fight" <<endl; 
                cout<<"She must have done something wrong tonight" <<endl; 
                cout<<"The living room becomes a boxing ring" <<endl; 
                cout<<"It's time to run when you see him" <<endl; 
                cout<<"Clenching his hands" <<endl;
                cout<<"She's just a woman" <<endl; 
                cout<<"Never Again" <<endl; 
                cout<<""<<endl;
                cout<<"I hear her scream, from down the hall" <<endl; 
                cout<<"Amazing she can even talk at all" <<endl; 
                cout<<"She cries to me, Go back to bed" <<endl; 
                cout<<"I'm terrified that she'll wind up" <<endl; 
                cout<<"Dead in his hands, She's just a woman" <<endl; 
                cout<<"Never Again" <<endl; 
                cout<<""<<endl;
                cout<<"Been there before, but not like this" <<endl; 
                cout<<"Seen it before, but not like this" <<endl;
                cout<<"Never before have I ever" <<endl;
                cout<<"Seen it this bad" <<endl;
                cout<<"She's just a woman" <<endl;
                cout<<"Never Again" <<endl;
                cout<<""<<endl;
                cout<<"Just tell the nurse, you slipped and fell" <<endl;
                cout<<"It starts to sting as it starts to swell" <<endl;
                cout<<"She looks at you, she wants the truth" <<endl;
                cout<<"It's right out there in the waiting room" <<endl;
                cout<<"With those hands" <<endl; 
                cout<<"Lookin just as sweet as he can" <<endl; 
                cout<<"Never Again" <<endl; 
                cout<<""<<endl;
                cout<<"Seen it before, but not like this" <<endl;
                cout<<"Been there before, but not like this" <<endl; 
                cout<<"Never before have I ever" <<endl; 
                cout<<"Seen it this bad" <<endl; 
                cout<<"She's just a woman" <<endl; 
                cout<<"Never Again" <<endl; 
                cout<<""<<endl;
                cout<<"Father's a name you haven't earned yet" <<endl; 
                cout<<"You're just a child with a temper" <<endl; 
                cout<<"Haven't you heard 'Don't hit a lady'?" <<endl; 
                cout<<"Kickin' your [censored] would be a pleasure" <<endl; 
                cout<<""<<endl;
                cout<<"He's drunk again, it's time to fight" <<endl; 
                cout<<"Same old (censored), just on a different night" <<endl; 
                cout<<"She grabs the gun, she's had enough" <<endl; 
                cout<<"Tonight she'll find out how [censored]" <<endl;
                cout<<"Tough is this man" <<endl; 
                cout<<"Pulls the trigger as fast as she can" <<endl; 
                cout<<"Never Again" <<endl; 
                cout<<""<<endl;
                cout<<"Seen it before, but not like this" <<endl; 
                cout<<"Been there before, but not like this" <<endl; 
                cout<<"Never before have I ever" <<endl; 
                cout<<"Seen it this bad" <<endl; 
                cout<<"She's just a woman" <<endl;
                cout<<"-------------------------------------" <<endl;
                cout<<"Would you like to view another song? (y/n)" <<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==2)
            {
                system("cls");
                cout<< "------How You Remind Me------" <<endl;
                cout<< "Never made it as a wise man"<<endl;
                cout<< "I couldn't cut it as"<<endl;
                cout<< "A poor man stealing"<<endl;
                cout<< "Tired of living like a blind man"<<endl;
                cout<< "I'm sick of sight without"<<endl;
                cout<< "A sense of feeling"<<endl;
                cout<< "And this is how you remind me"<<endl;
                cout<< "This is how you remind me"<<endl;
                cout<< "Of what I really am"<<endl;
                cout<< "This is how you remind me"<<endl;
                cout<< "Of what I really am"<<endl;
                cout<<""<<endl;
                cout<< "It's not like you to say sorry"<<endl;
                cout<< "I was waiting on a different story"<<endl;
                cout<< "This time I'm mistaken"<<endl;
                cout<< "For handing you"<<endl;
                cout<< "A heart worth breaking"<<endl;
                cout<< "And I've been wrong"<<endl;
                cout<< "I've been down"<<endl;
                cout<< "Into the bottom of every bottle"<<endl;
                cout<< "These five words in my head"<<endl;
                cout<< "Scream"<<endl;
                cout<< "Are we having fun yet?"<<endl;
                cout<<""<<endl;
                cout<< "Yeah, yeah, yeah, no, no"<<endl;
                cout<< "Yeah, yeah, yeah, no, no"<<endl;
                cout<<""<<endl;
                cout<< "It's not like you didn't know that"<<endl;
                cout<< "I said I love you and"<<endl;
                cout<< "I swear I still do"<<endl;
                cout<< "And it must have been so bad"<<endl;
                cout<< "'Cause living with me must have"<<endl;
                cout<< "(censored) near killed you"<<endl;
                cout<< "And this is how you remind me"<<endl;
                cout<< "Of what I really am"<<endl;
                cout<< "This is how you remind me"<<endl;
                cout<< "Of what I really am"<<endl;
                cout<<""<<endl;
                cout<< "It's not like you to say sorry"<<endl;
                cout<< "I was waiting on a different story"<<endl;
                cout<< "This time I'm mistaken"<<endl;
                cout<< "For handing you"<<endl;
                cout<< "A heart worth breaking"<<endl;
                cout<< "And I've been wrong"<<endl;
                cout<< "I've been down"<<endl;
                cout<< "Into the bottom of every bottle"<<endl;
                cout<< "These five words in my head"<<endl;
                cout<< "Scream"<<endl;
                cout<< "Are we having fun yet?"<<endl;
                cout<<""<<endl;
                cout<< "Yeah, yeah, yeah, no, no"<<endl;
                cout<< "Yeah, yeah, yeah, no, no"<<endl;
                cout<< "Yeah, yeah, yeah, no, no"<<endl;
                cout<< "Yeah, yeah, yeah, no, no"<<endl;
                cout<<""<<endl;
                cout<< "Never made it as a wise man"<<endl;
                cout<< "I couldn't cut it as"<<endl;
                cout<< "A poor man stealing"<<endl;
                cout<< "And this is how you remind me"<<endl;
                cout<< "This is how you remind me"<<endl;
                cout<<""<<endl;
                cout<< "This is how you remind me"<<endl;
                cout<< "Of what I really am"<<endl;
                cout<< "This is how you remind me"<<endl;
                cout<< "Of what I really am"<<endl;
                cout<<""<<endl;
                cout<< "It's not like you to say sorry"<<endl;
                cout<< "I was waiting on a different story"<<endl;
                cout<< "This time I'm mistaken"<<endl;
                cout<< "For handing you"<<endl;
                cout<< "A heart worth breaking"<<endl;
                cout<< "And I've been wrong"<<endl;
                cout<< "I've been down"<<endl;
                cout<< "Into the bottom of every bottle"<<endl;
                cout<< "These five words in my head"<<endl;
                cout<< "Scream reality"<<endl;
                cout<< "Are we having fun yet?"<<endl;
                cout<<""<<endl;
                cout<< "Yeah, yeah"<<endl;
                cout<< "Are we having fun yet?"<<endl;
                cout<< "Yeah, yeah"<<endl;
                cout<< "Are we having fun yet?"<<endl;
                cout<< "Yeah, yeah"<<endl;
                cout<< "Are we having fun yet?"<<endl;
                cout<< "Yeah, yeah"<<endl;
                cout<< "No, no, no"<<endl;
                cout<< "--------------------" <<endl;
                cout<< "Would you like to view another song? (y/n)" <<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==3)
            {
                system ("cls");
                cout<<"------Woke Up This Morning-----" <<endl;
                cout<<"I paid my last respects this mornin' on an early grave" <<endl
                <<"Already said goodbye, nothin left to say"<<endl
                <<"'A tiny church a tiny town and not a tear was spent" <<endl
                <<"Not how I wanted it, I'm hating all of this"<<endl
                <<""<<endl
                <<"Well I'm hating, all of this"<<endl
                <<"I'm hating, all of this"<<endl
                <<"All of this, all of this"<<endl
                <<"Now I know why, I hide my love from you somedays"<<endl
                <<"No I don't mind keeping this bottled inside me"<<endl
                <<"You came along, and tore this world out around me"<<endl
                <<"Looks like you found me"<<endl
                <<"Now I know why"<<endl
                <<"I felt like (censored) when I woke up this morning"<<endl
                <<""<<endl
                <<"I've been a loser all my life, I'm not about to change"<<endl
                <<"If you don't like, there's the door, nobody made you stay"<<endl
                <<"There ain't a woman on the planet who can deal with it"<<endl
                <<"Just how I wanted it, I'm hating all of this"<<endl
                <<""<<endl
                <<"Well I'm hating, all of this"<<endl
                <<"All of this, all of this"<<endl
                <<"Now I know why, I hide my love from you somedays"<<endl
                <<"No I don't mind keeping this bottled inside me"<<endl
                <<"You came along, and tore this world out around me"<<endl
                <<"Looks like you found me"<<endl
                <<"Now I know why"<<endl
                <<"I felt like (censored) when I woke up this morning"<<endl
                <<""<<endl
                <<"All of this, All of this"<<endl
                <<"Now I know why, I hide my love from you somedays"<<endl
                <<"No I don't mind keeping this bottled inside me"<<endl
                <<"You came along, and tore this world out around me"<<endl
                <<"Looks like you found me"<<endl
                <<"Now I know why"<<endl
                <<"I felt like (censored) when I woke up this morning"<<endl;
                cout<<"---------------------------------------" <<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            } 
            else if(song==4)
            { 
                system ("cls");
                cout<<"------Too Bad------"<<endl;
                cout<<"Fathers hands are lined with dirt"<<endl;
                cout<<"from long days in the field"<<endl;
                cout<<"mothers hands are serving meals"<<endl;
                cout<<"in a cafe on main street"<<endl;
                cout<<"with mouths to feed"<<endl;
                cout<<"just trying to keep clothing on our backs"<<endl;
                cout<<"and all i hear about is how"<<endl;
                cout<<""<<endl;
                cout<<"it's so bad it's so bad"<<endl;
                cout<<"it's too bad it's too bad"<<endl;
                cout<<"too late soo long soo long"<<endl;
                cout<<"it's too bad we had no time to rewind"<<endl;
                cout<<"lets walk lets talk lets talk"<<endl;
                cout<<""<<endl;
                cout<<"you left without saying goodbye"<<endl;
                cout<<"although i'm sure you tried"<<endl;
                cout<<"you called the house from time to time"<<endl;
                cout<<"to make sure we're alive"<<endl;
                cout<<"but you weren't there"<<endl;
                cout<<"right when i needed you the most"<<endl;
                cout<<"and now i dream about it"<<endl;
                cout<<""<<endl;
                cout<<"it's so bad it's so bad"<<endl;
                cout<<"it's too bad it's too bad"<<endl;
                cout<<"too late soo long soo long"<<endl;
                cout<<"it's too bad we had no time to rewind"<<endl;
                cout<<"lets walk lets talk lets talk"<<endl;
                cout<<"it's so bad it's so bad"<<endl;
                cout<<"it's too bad it's too bad"<<endl;
                cout<<"too late soo long soo long"<<endl;
                cout<<"it's too bad we had no time to rewind"<<endl;
                cout<<"lets walk lets talk lets talk"<<endl;
                cout<<""<<endl;
                cout<<"Father's hands are lined with guilt"<<endl;
                cout<<"from tearing us apart"<<endl;
                cout<<"i guess it turned out in the end"<<endl;
                cout<<"just look at where we are"<<endl;
                cout<<"we made it now"<<endl;
                cout<<"we still got clothing on our backs"<<endl;
                cout<<"and now I scream about it"<<endl;
                cout<<""<<endl;
                cout<<"it's so bad it's so bad it's so bad"<<endl;
                cout<<"it's too bad it's too bad"<<endl;
                cout<<"too late soo long soo long"<<endl;
                cout<<"it's too bad we had no time to rewind"<<endl;
                cout<<"lets walk lets talk lets talk (2xs)"<<endl;
                cout<<""<<endl;
                cout<<"no time last one lets go "<<endl;
                cout<<"------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==5)
            {
                system ("cls");
                cout<< "------Just For------"<<endl;
                cout<<"I want to take his eyes out"<<endl;
                cout<<"Just for looking at you"<<endl;
                cout<<"Yes I do"<<endl;
                cout<<"I want to take his hands off"<<endl;
                cout<<"Just for touching you"<<endl;
                cout<<"Yes I do"<<endl;
                cout<<""<<endl;
                cout<<"And I want to rip his heart out"<<endl;
                cout<<"Just for hurting you"<<endl;
                cout<<"And I want to break his mind down"<<endl;
                cout<<"Yes I do"<<endl;
                cout<<"And I want to make him"<<endl;
                cout<<"Regret life since the day he met you"<<endl;
                cout<<"Yes I do"<<endl;
                cout<<"And I want to make him"<<endl;
                cout<<"Take back all that he took from you"<<endl;
                cout<<"Yes I do"<<endl;
                cout<<""<<endl;
                cout<<"And I want to rip his heart out"<<endl;
                cout<<"Just for hurting you"<<endl;
                cout<<"And I want to break his mind down"<<endl;
                cout<<"Yes I do"<<endl;
                cout<<"-------------------------------------------"<<endl;
                cout<<"Would you like to view another song?(y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==6)
            {
                system ("cls");
                cout<< "------Hollywood------" <<endl;
                cout<<"Please don't be too long while you're gone"<<endl;
                cout<<"There ain't enough to keep me here too long"<<endl;
                cout<<"Not like the last time I stood in line"<<endl;
                cout<<"Just enough to keep me bouncing off the wall, yeah"<<endl;
                cout<<""<<endl;
                cout<<"The new day, the new tray that comes "<<endl;
                cout<<"Pills and all, enough to kill him while he sleeps"<<endl;
                cout<<"Is this the alley we dragged him to"<<endl;
                cout<<"Just off of Hollywood and Normandy"<<endl;
                cout<<""<<endl;
                cout<<"It didn't work like she said it would"<<endl;
                cout<<"Just like livin in Hollywood"<<endl;
                cout<<"Just like a bad dream, or so it seems"<<endl;
                cout<<"Just like I'm back in emergency"<<endl;
                cout<<""<<endl;
                cout<<"Please don't be too long while you're gone"<<endl;
                cout<<"There ain't enough to keep me here too long"<<endl;
                cout<<"Not like the last time I stood in line"<<endl;
                cout<<"Just enough to keep me bouncing off the wall, yeah"<<endl;
                cout<<""<<endl;
                cout<<"It didn't work like she said it would"<<endl;
                cout<<"Just like livin in Hollywood"<<endl;
                cout<<"Just like a bad dream, or so it seems"<<endl;
                cout<<"Just like I'm back in emergency "<<endl;
                cout<<"----------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==7)
            {
                system ("cls");
                cout<< "------Money Bought------"<<endl;
                cout<<"Cherry stem with her mouth she could tie in a knot"<<endl;
                cout<<"Favourite trick she does, One in ten that she's got"<<endl;
                cout<<"Making friends, setting trends, hardly having to try"<<endl;
                cout<<"All the looks, by the book, best that money can buy"<<endl;
                cout<<""<<endl;
                cout<<"Look what your money bought"<<endl;
                cout<<"It's all that she's got"<<endl;
                cout<<"It keeps her company"<<endl;
                cout<<"Straight from Mom and Daddy"<<endl;
                cout<<""<<endl;
                cout<<"Last chance to dance, out in back of the bar"<<endl;
                cout<<"Shakin' hands, nice to meet you, I don't know who you are"<<endl;
                cout<<"She has a toke and makes a joke about the alley man"<<endl;
                cout<<"Never pleasured from the treasure in a garbage can"<<endl;
                cout<<""<<endl;
                cout<<"Look what your money bought"<<endl;
                cout<<"It's all that she's got"<<endl;
                cout<<"It keeps her company"<<endl;
                cout<<"Straight from Mom and Daddy"<<endl;
                cout<<""<<endl;
                cout<<"Cherry stem with her mouth she could tie in a knot"<<endl;
                cout<<"Favourite trick she does, One in ten that she's got"<<endl;
                cout<<"Making friends, setting trends, hardly having to try"<<endl;
                cout<<"All the looks, by the book, best that money can buy "<<endl;
                cout<<"------------------------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==8)
            {
                system ("cls");
                cout<<"------Where Do I Hide?------"<<endl;
                cout<<"Got a criminal record, I can't cross state lines"<<endl;
                cout<<"First on the bad list, and you're last on mine"<<endl;
                cout<<"Lookin for a scapegoat, long past due"<<endl;
                cout<<"Walking down the aisle, still straining you"<<endl;
                cout<<""<<endl;
                cout<<"Still hear you screaming where do I hide?"<<endl;
                cout<<"All he asks, I said hurry inside"<<endl;
                cout<<""<<endl;
                cout<<"He said, she said, No she don't"<<endl;
                cout<<"Be back before morning, You know she won't"<<endl;
                cout<<"I remember that summer, like yesterday"<<endl;
                cout<<"And I remember his mother, As he was dragged away"<<endl;
                cout<<"I Still hear him screaming Where do I hide?"<<endl;
                cout<<"All he asks, I say hurry inside"<<endl;
                cout<<"A whole lot of memory"<<endl;
                cout<<"Yours and not mine"<<endl;
                cout<<"All he asks, I said hurry inside"<<endl;
                cout<<""<<endl;
                cout<<"Got a criminal record, I can't cross state lines"<<endl;
                cout<<"First on the bad list, and you're last on mine"<<endl;
                cout<<"Lookin for a scapegoat, long past due"<<endl;
                cout<<"Walking down the aisle, still straining you"<<endl;
                cout<<""<<endl;
                cout<<"Still hear you screaming Where do I hide?"<<endl;
                cout<<"All he asks, I say hurry inside"<<endl;
                cout<<"A whole lot of memory"<<endl;
                cout<<"Yours and not mine"<<endl;
                cout<<"All he asks, I said hurry inside"<<endl;
                cout<<"Where do I hide? "<<endl;
                cout<<"------------------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if (song==9)
            {
                system ("cls");
                cout<<"------Hangnail------"<<endl;
                cout<<"My hopes just fell, and I can't see"<<endl;
                cout<<"The reason why, why there is blood on my sleeve"<<endl;
                cout<<"And all this time, I thought it mine"<<endl;
                cout<<"But it's not, it's yours and"<<endl;
                cout<<""<<endl;
                cout<<"It's not worth it for me, gets harder every time call you"<<endl;
                cout<<"This life you lead, like swimming in a shiny ballroom"<<endl;
                cout<<"Next time you bleed, right about this time tomorrow"<<endl;
                cout<<"Next time you steal, better ask before you borrow"<<endl;
                cout<<""<<endl;
                cout<<"And I don't see too well, don't sing too well"<<endl;
                cout<<"And I settle to scream"<<endl;
                cout<<"Just grab your (censored), and leave with it"<<endl;
                cout<<"They won't make no statues of you"<<endl;
                cout<<""<<endl;
                cout<<"It's not worth it for me, gets harder every time call you"<<endl;
                cout<<"This life you lead, like swimming in a shiny ballroom"<<endl;
                cout<<"Next time you bleed, right about this time tomorrow"<<endl;
                cout<<"Next time you steal, better ask before you borrow"<<endl;
                cout<<"This label 'theif', find a better title suited for you"<<endl;
                cout<<"This tidal wave, is coming down upon you"<<endl;
                cout<<""<<endl;
                cout<<"This time I've forgotten"<<endl;
                cout<<"I swear this (censored) was rotten"<<endl;
                cout<<"This time, I believe it"<<endl;
                cout<<"Cause I've seen the (censored) you're needin"<<endl;
                cout<<""<<endl;
                cout<<"It's not worth it for me, gets harder every time call you"<<endl;
                cout<<"This life you lead, like swimming in a shiny ballroom"<<endl;
                cout<<"Next time you bleed, right about this time tomorrow"<<endl;
                cout<<"Next time you steal, better ask before you borrow"<<endl;
                cout<<"This label 'theif', find a better title suited for you"<<endl;
                cout<<"This tidal wave, is coming down upon you "<<endl;
                cout<<"------------------------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if (song==10)
            {
                system ("cls");
                cout<<"------Good Times Gone------"<<endl;
                cout<<"Lost it on the chesterfield"<<endl;
                cout<<"Or maybe on a gamblin wheel"<<endl;
                cout<<"Lost it in a diamond mine"<<endl;
                cout<<"It's dark as (censored) and hard to find"<<endl;
                cout<<"You can climb to the top of the highest tree"<<endl;
                cout<<"You can look around, but you still won't see"<<endl;
                cout<<"What I'm lookin for"<<endl;
                cout<<""<<endl;
                cout<<"Where the good times gone?"<<endl;
                cout<<"Where the good times gone?"<<endl;
                cout<<"All the stupid fun"<<endl;
                cout<<"And all that (censored) we've done"<<endl;
                cout<<"Where the good times gone?"<<endl;
                cout<<"Well I still don't know"<<endl;
                cout<<""<<endl;
                cout<<"Out in the back in the old corn field"<<endl;
                cout<<"Underneath the tractor wheel"<<endl;
                cout<<"Thought I'd dig, til I'd found it first"<<endl;
                cout<<"Broke my back and died of thirst"<<endl;
                cout<<"You can bribe the devil, you can pray to God"<<endl;
                cout<<"You can sell off everything you got"<<endl;
                cout<<"And you still won't know"<<endl;
                cout<<""<<endl;
                cout<<"Where the good times gone?"<<endl;
                cout<<"Where the good times gone?"<<endl;
                cout<<"All the stupid fun"<<endl;
                cout<<"And all that (censored) we've done"<<endl;
                cout<<"Where the good times gone?"<<endl;
                cout<<"And you still don't know"<<endl;
                cout<<""<<endl;
                cout<<"Saw it on the silver screen"<<endl;
                cout<<"Preacher says, 'don't know what it means'"<<endl;
                cout<<"Last page ad in a comic book"<<endl;
                cout<<"Bought me a map, showed me where to look"<<endl;
                cout<<"It ain't carved of stone or made of wood"<<endl;
                cout<<"And if you paid for it, then it's still no good"<<endl;
                cout<<"And you still won't know"<<endl;
                cout<<"What I'm looking for"<<endl;
                cout<<""<<endl;
                cout<<"Where the good times gone?"<<endl;
                cout<<"Where the good times gone?"<<endl;
                cout<<"All the stupid fun"<<endl;
                cout<<"And all that (censored) we've done"<<endl;
                cout<<"Where the good times gone"<<endl;
                cout<<"------------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
        }
        else if(artist==2)
        {
            system ("color 97");
            system ("cls");
            cout<< "----Daughtry----" <<endl;
            cout<< "1. Its Not Over" <<endl;
            cout<< "2. Usted To" <<endl;
            cout<< "3. Home" <<endl;
            cout<< "4. Over You" <<endl;
            cout<< "5. Crashed" <<endl;
            cout<< "6. Feels Like Tonight" <<endl;
            cout<< "7. What I Want (featuring Slash)" <<endl;
            cout<< "8. Breakdown" <<endl;
            cout<< "9. Gone" <<endl;
            cout<< "10. There and Back Again" <<endl;
            cout<< "11. All These Lives" <<endl;
            cout<< "12. What About Now" <<endl;
            cin>> song;

            if(song==1)
            {
                system ("cls");
                cout<< "------Its Not Over------"<<endl;
                cout<<"I was blown away."<<endl;
                cout<<"What could I say?"<<endl;
                cout<<"It all seemed to make sense."<<endl;
                cout<<"You've taken away everything,"<<endl;
                cout<<"And I can't deal with that."<<endl;
                cout<<"I try to see the good in life,"<<endl;
                cout<<"But good things in life are hard to find."<<endl;
                cout<<"We'll blow it away, blow it away."<<endl;
                cout<<"Can we make this something good?"<<endl;
                cout<<"Well, I'll try to do it right this time around."<<endl;
                cout<<""<<endl;
                cout<<"Let's start over."<<endl;
                cout<<"I'll try to do it right this time around."<<endl;
                cout<<"It's not over."<<endl;
                cout<<"'Cause a part of me is dead and in the ground."<<endl;
                cout<<"This love is killing me,"<<endl;
                cout<<"But you're the only one."<<endl;
                cout<<"It's not over."<<endl;
                cout<<""<<endl;
                cout<<"Taken all I could take,"<<endl;
                cout<<"And I cannot wait."<<endl;
                cout<<"We're wasting too much time"<<endl;
                cout<<"Being strong, holding on."<<endl;
                cout<<"Can't let it bring us down."<<endl;
                cout<<"My life with you means everything,"<<endl;
                cout<<"So I won't give up that easily."<<endl;
                cout<<"I'll blow it away, blow it away."<<endl;
                cout<<"Can we make this something good?"<<endl;
                cout<<"'Cause it's all misunderstood."<<endl;
                cout<<"Well, I'll try to do it right this time around."<<endl;
                cout<<""<<endl;
                cout<<"Let's start over."<<endl;
                cout<<"I'll try to do it right this time around."<<endl;
                cout<<"It's not over."<<endl;
                cout<<"'Cause a part of me is dead and in the ground."<<endl;
                cout<<"This love is killing me,"<<endl;
                cout<<"But you're the only one."<<endl;
                cout<<"It's not over."<<endl;
                cout<<""<<endl;
                cout<<"We can't let this get away"<<endl;
                cout<<"Let it out, let it out."<<endl;
                cout<<"Don't get caught up in yourself."<<endl;
                cout<<"Let it out."<<endl;
                cout<<""<<endl;
                cout<<"Let's start over."<<endl;
                cout<<"I'll try to do it right this time around."<<endl;
                cout<<"It's not over."<<endl;
                cout<<"'Cause a part of me is dead and in the ground."<<endl;
                cout<<"This love is killing me,"<<endl;
                cout<<"But you're the only one."<<endl;
                cout<<"It's not over."<<endl;
                cout<<""<<endl;
                cout<<"Let's start over."<<endl;
                cout<<"It's not over, yeah..."<<endl;
                cout<<"This love is killing me,"<<endl;
                cout<<"But you're the only one."<<endl;
                cout<<"Its not over "<<endl;
                cout<<"---------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==2)
            {
                system ("cls");
                cout<< "------Used To------"<<endl;
                cout<<"You used to talk to me like"<<endl;
                cout<<"I was the only one around."<<endl;
                cout<<"You used to lean on me like"<<endl;
                cout<<"The only other choice was falling down."<<endl;
                cout<<"You used to walk with me like"<<endl;
                cout<<"We had nowhere we needed to go,"<<endl;
                cout<<"Nice and slow, to no place in particular."<<endl;
                cout<<""<<endl;
                cout<<"We used to have this figured out;"<<endl;
                cout<<"We used to breathe without a doubt."<<endl;
                cout<<"When nights were clear, you were the first star that I'd see."<<endl;
                cout<<"We used to have this under control."<<endl;
                cout<<"We never thought."<<endl;
                cout<<"We used to know."<<endl;
                cout<<"At least there's you, and at least there's me."<<endl;
                cout<<"Can we get this back?"<<endl;
                cout<<"Can we get this back to how it used to be?"<<endl;
                cout<<""<<endl;
                cout<<"I used to reach for you when"<<endl;
                cout<<"I got lost along the way."<<endl;
                cout<<"I used to listen."<<endl;
                cout<<"You always had just the right thing to say."<<endl;
                cout<<"I used to follow you."<<endl;
                cout<<"Never really cared where we would go,"<<endl;
                cout<<"Fast or slow, to anywhere at all."<<endl;
                cout<<""<<endl;
                cout<<"We used to have this figured out;"<<endl;
                cout<<"We used to breathe without a doubt."<<endl;
                cout<<"When nights were clear, you were the first star that I'd see."<<endl;
                cout<<"We used to have this under control."<<endl;
                cout<<"We never thought."<<endl;
                cout<<"We used to know."<<endl;
                cout<<"At least there's you, and at least there's me."<<endl;
                cout<<"Can we get this back?"<<endl;
                cout<<"Can we get this back to how it used to be?"<<endl;
                cout<<""<<endl;
                cout<<"I look around me,"<<endl;
                cout<<"And I want you to be there"<<endl;
                cout<<"'Cause I miss the things that we shared."<<endl;
                cout<<"Look around you."<<endl;
                cout<<"It's empty, and you're sad"<<endl;
                cout<<"'Cause you miss the love that we had."<<endl;
                cout<<""<<endl;
                cout<<"You used to talk to me like"<<endl;
                cout<<"I was the only one around,"<<endl;
                cout<<"The only one around."<<endl;
                cout<<""<<endl;
                cout<<"We used to have this figured out;"<<endl;
                cout<<"We used to breathe without a doubt."<<endl;
                cout<<"When nights were clear, you were the first star that I'd see."<<endl;
                cout<<"We used to have this under control."<<endl;
                cout<<"We never thought."<<endl;
                cout<<"We used to know."<<endl;
                cout<<"At least there's you, and at least there's me."<<endl;
                cout<<"Can we get this back?"<<endl;
                cout<<"Can we get this back to how it used to be? Yeah."<<endl;
                cout<<"To how it used to be."<<endl;
                cout<<"To how it used to be, yeah."<<endl;
                cout<<"To how it used to be. "<<endl;
                cout<<"---------------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==3)
            {
                system ("cls");
                cout<<"------Home------"<<endl;
                cout<<"I'm staring out into the night,"<<endl;
                cout<<"Trying to hide the pain."<<endl;
                cout<<"I'm going to the place where love"<<endl;
                cout<<"And feeling good don't ever cost a thing."<<endl;
                cout<<"And the pain you feel's a different kind of pain."<<endl;
                cout<<""<<endl;
                cout<<"I'm going home,"<<endl;
                cout<<"Back to the place where I belong,"<<endl;
                cout<<"And where your love has always been enough for me."<<endl;
                cout<<"I'm not running from."<<endl;
                cout<<"No, I think you got me all wrong."<<endl;
                cout<<"I don't regret this life I chose for me."<<endl;
                cout<<"But these places and these faces are getting old"<<endl;
                cout<<"So I'm going home."<<endl;
                cout<<"Well I'm going home."<<endl;
                cout<<""<<endl;
                cout<<"The miles are getting longer, it seems,"<<endl;
                cout<<"The closer I get to you."<<endl;
                cout<<"I've not always been the best man or friend for you."<<endl;
                cout<<"But your love, remains true."<<endl;
                cout<<"And I don't know why."<<endl;
                cout<<"You always seem to give me another try."<<endl;
                cout<<""<<endl;
                cout<<"So I'm going home,"<<endl;
                cout<<"Back to the place where I belong,"<<endl;
                cout<<""<<endl;
                cout<<"And where your love has always been enough for me."<<endl;
                cout<<"I'm not running from."<<endl;
                cout<<"No, I think you got me all wrong."<<endl;
                cout<<"I don't regret this life I chose for me."<<endl;
                cout<<"But these places and these faces are getting old."<<endl;
                cout<<""<<endl;
                cout<<"Be careful what you wish for,"<<endl;
                cout<<"'Cause you just might get it all."<<endl;
                cout<<"You just might get it all,"<<endl;
                cout<<"And then some you don't want."<<endl;
                cout<<"Be careful what you wish for,"<<endl;
                cout<<"'Cause you just might get it all."<<endl;
                cout<<"You just might get it all, yeah."<<endl;
                cout<<""<<endl;
                cout<<"Oh, well I'm going home,"<<endl;
                cout<<"Back to the place where I belong,"<<endl;
                cout<<"And where your love has always been enough for me."<<endl;
                cout<<"I'm not running from."<<endl;
                cout<<"No, I think you got me all wrong."<<endl;
                cout<<"I don't regret this life I chose for me."<<endl;
                cout<<"But these places and these faces are getting old."<<endl;
                cout<<"I said these places and these faces are getting old."<<endl;
                cout<<"So I'm going home."<<endl;
                cout<<"I'm going home. "<<endl;
                cout<<"-------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==4)
            {
                system ("cls");
                cout<<"------Over You------"<<endl;
                cout<<"Now that it's all said and done,"<<endl;
                cout<<"I can't believe you were the one"<<endl;
                cout<<"To build me up and tear me down,"<<endl;
                cout<<"Like an old abandoned house."<<endl;
                cout<<"What you said when you left"<<endl;
                cout<<"Just left me cold and out of breath."<<endl;
                cout<<"I fell too far, was in way too deep."<<endl;
                cout<<"Guess I let you get the best of me."<<endl;
                cout<<""<<endl;
                cout<<"Well, I never saw it coming."<<endl;
                cout<<"I should've started running"<<endl;
                cout<<"A long, long time ago."<<endl;
                cout<<"And I never thought I'd doubt you,"<<endl;
                cout<<"I'm better off without you"<<endl;
                cout<<"More than you, more than you know."<<endl;
                cout<<"I'm slowly getting closure."<<endl;
                cout<<"I guess it's really over."<<endl;
                cout<<"I'm finally getting better."<<endl;
                cout<<"And now I'm picking up the pieces."<<endl;
                cout<<"I'm spending all of these years"<<endl;
                cout<<"Putting my heart back together."<<endl;
                cout<<"'Cause the day I thought I'd never get through,"<<endl;
                cout<<"I got over you."<<endl;
                cout<<""<<endl;
                cout<<"You took a hammer to these walls,"<<endl;
                cout<<"Dragged the memories down the hall,"<<endl;
                cout<<"Packed your bags and walked away."<<endl;
                cout<<"There was nothing I could say."<<endl;
                cout<<"And when you slammed the front door shut,"<<endl;
                cout<<"A lot of others opened up,"<<endl;
                cout<<"So did my eyes so I could see"<<endl;
                cout<<"That you never were the best for me."<<endl;
                cout<<""<<endl;
                cout<<"Well, I never saw it coming."<<endl;
                cout<<"I should've started running"<<endl;
                cout<<"A long, long time ago."<<endl;
                cout<<"And I never thought I'd doubt you,"<<endl;
                cout<<"I'm better off without you"<<endl;
                cout<<"More than you, more than you know."<<endl;
                cout<<"I'm slowly getting closure."<<endl;
                cout<<"I guess it's really over."<<endl;
                cout<<"I'm finally getting better."<<endl;
                cout<<"And now I'm picking up the pieces."<<endl;
                cout<<"I'm spending all of these years"<<endl;
                cout<<"Putting my heart back together."<<endl;
                cout<<"'Cause the day I thought I'd never get through,"<<endl;
                cout<<"I got over you."<<endl;
                cout<<""<<endl;
                cout<<"Well, I never saw it coming."<<endl;
                cout<<"I should've started running"<<endl;
                cout<<"A long, long time ago."<<endl;
                cout<<"And I never thought I'd doubt you,"<<endl;
                cout<<"I'm better off without you"<<endl;
                cout<<"More than you, more than you know."<<endl;
                cout<<""<<endl;
                cout<<"Well, I never saw it coming."<<endl;
                cout<<"I should've started running"<<endl;
                cout<<"A long, long time ago."<<endl;
                cout<<"And I never thought I'd doubt you,"<<endl;
                cout<<"I'm better off without you"<<endl;
                cout<<"More than you, more than you know."<<endl;
                cout<<"I'm slowly getting closure."<<endl;
                cout<<"I guess it's really over."<<endl;
                cout<<"I'm finally getting better."<<endl;
                cout<<"And now I'm picking up the pieces."<<endl;
                cout<<"I'm spending all of these years"<<endl;
                cout<<"Putting my heart back together."<<endl;
                cout<<"Well I'm putting my heart back together,"<<endl;
                cout<<"'Cause I got over you."<<endl;
                cout<<"Well I got over you."<<endl;
                cout<<"I got over you."<<endl;
                cout<<"'Cause the day I thought I'd never get through,"<<endl;
                cout<<"-----------------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==5)
            {
                system ("cls");
                cout<<"------Crashed------"<<endl;
                cout<<"Well I was moving at the speed of sound."<<endl;
                cout<<"Head-spinning, couldn't find my way around, and"<<endl;
                cout<<"Didn't know that I was going down."<<endl;
                cout<<"Yeah, yeah."<<endl;
                cout<<"Where I've been, well it's all a blur."<<endl;
                cout<<"What I was looking for, I'm not sure."<<endl;
                cout<<"Too late and didn't see it coming."<<endl;
                cout<<"Yeah, yeah."<<endl;
                cout<<""<<endl;
                cout<<"And then I crashed into you,"<<endl;
                cout<<"And I went up in flames."<<endl;
                cout<<"Could've been the death of me,"<<endl;
                cout<<"But then you breathed your breath in me."<<endl;
                cout<<"And I crashed into you,"<<endl;
                cout<<"Like a runaway train."<<endl;
                cout<<"You will consume me,"<<endl;
                cout<<"But I can't walk away."<<endl;
                cout<<""<<endl;
                cout<<"Somehow, I couldn't stop myself."<<endl;
                cout<<"I just wanted to know how it felt."<<endl;
                cout<<"Too strong, I couldn't hold on."<<endl;
                cout<<"Yeah, yeah."<<endl;
                cout<<"Now I'm just tryin' to make some sense"<<endl;
                cout<<"Out of how and why this happened."<<endl;
                cout<<"Where we're heading, there's just no knowing."<<endl;
                cout<<"Yeah, yeah."<<endl;
                cout<<"And then I crashed into you,"<<endl;
                cout<<"And I went up in flames."<<endl;
                cout<<"Could've been the death of me,"<<endl;
                cout<<"But then you breathed your breath in me."<<endl;
                cout<<"And I crashed into you,"<<endl;
                cout<<"Like a runaway train."<<endl;
                cout<<"You will consume me,"<<endl;
                cout<<"But I can't walk away."<<endl;
                cout<<""<<endl;
                cout<<"From your face, your eyes"<<endl;
                cout<<"Are burning to me."<<endl;
                cout<<"You saved me, you gave me"<<endl;
                cout<<"Just what I need."<<endl;
                cout<<"Oh, just what I need."<<endl;
                cout<<""<<endl;
                cout<<"And then I crashed into you,"<<endl;
                cout<<"And I went up in flames."<<endl;
                cout<<"Could've been the death of me,"<<endl;
                cout<<"But then you breathed your breath in me."<<endl;
                cout<<"And I crashed into you,"<<endl;
                cout<<"Like a runaway train."<<endl;
                cout<<"You will consume me,"<<endl;
                cout<<"But I can't walk away."<<endl;
                cout<<""<<endl;
                cout<<"And then I crashed into you,"<<endl;
                cout<<"And then I crashed into you,"<<endl;
                cout<<"And then I crashed into you,"<<endl;
                cout<<"And then I crashed into you,"<<endl;
                cout<<"And I crashed into you,"<<endl;
                cout<<"Like a runaway train."<<endl;
                cout<<"You will consume me,"<<endl;
                cout<<"----------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if (song==6)
            {
                system ("cls");
                cout<<"------Feels Like Tonight------"<<endl;
                cout<<"You, you got me"<<endl;
                cout<<"Thinking it'll be alright."<<endl;
                cout<<"You, you told me,"<<endl;
                cout<<"Come and take a look inside."<<endl;
                cout<<"You believed me,"<<endl;
                cout<<"In every single lie."<<endl;
                cout<<"But I, I failed you this time."<<endl;
                cout<<""<<endl;
                cout<<"And it feels like tonight."<<endl;
                cout<<"I can't believe I'm broken inside."<<endl;
                cout<<"Can't you see that there's nothing that I wanna do,"<<endl;
                cout<<"But try to make it up to you?"<<endl;
                cout<<"And it feels like tonight,"<<endl;
                cout<<"Tonight."<<endl;
                cout<<""<<endl;
                cout<<"I was waiting"<<endl;
                cout<<"For the day you'd come around."<<endl;
                cout<<"I was chasing,"<<endl;
                cout<<"And nothing was all I found."<<endl;
                cout<<"From the moment you came into my life,"<<endl;
                cout<<"You showed me what's right."<<endl;
                cout<<""<<endl;
                cout<<"And it feels like tonight."<<endl;
                cout<<"I can't believe I'm broken inside."<<endl;
                cout<<"Can't you see that there's nothing that I wanna do,"<<endl;
                cout<<"But try to make it up to you?"<<endl;
                cout<<"And it feels like tonight."<<endl;
                cout<<""<<endl;
                cout<<"I never felt like this before."<<endl;
                cout<<"Just when I leave, I'm back for more."<<endl;
                cout<<"Nothing else here seems to matter."<<endl;
                cout<<"In these ever-changing days,"<<endl;
                cout<<"You're the one thing that remains."<<endl;
                cout<<"I could stay like this forever."<<endl;
                cout<<""<<endl;
                cout<<"And it feels like tonight."<<endl;
                cout<<"I can't believe I'm broken inside."<<endl;
                cout<<"Can't you see that there's nothing that I wanna do,"<<endl;
                cout<<"But try to make it up to you?"<<endl;
                cout<<"And it feels like tonight."<<endl;
                cout<<"Tonight."<<endl;
                cout<<"Tonight."<<endl;
                cout<<"'Cause there's nothing that I wanna do,"<<endl;
                cout<<"But try to make it up to you."<<endl;
                cout<<"And it feels like tonight. "<<endl;
                cout<<"----------------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==7)
            {
                system ("cls");
                cout<<"------What I Want------"<<endl;
                cout<<"It always seemed that I was sorry for the things that I did,"<<endl;
                cout<<"But never did a thing about it 'til I let you in."<<endl;
                cout<<"It's kinda funny about the time that I was falling apart."<<endl;
                cout<<"You came and put me back together, now."<<endl;
                cout<<""<<endl;
                cout<<"'Cause what I want"<<endl;
                cout<<"And what I need"<<endl;
                cout<<"Has now become the same thing"<<endl;
                cout<<"You've been offering."<<endl;
                cout<<"As days go by,"<<endl;
                cout<<"I've finally become what you want me to be."<<endl;
                cout<<""<<endl;
                cout<<"I still remember all the stupid things that I've said and done,"<<endl;
                cout<<"But still, you stuck around with me when all your friends said, 'Run!'"<<endl;
                cout<<"Givin' me a name, I found myself inside all the flames."<<endl;
                cout<<"Becoming everything for you again."<<endl;
                cout<<""<<endl;
                cout<<"What I want"<<endl;
                cout<<"And what I need"<<endl;
                cout<<"Has now become the same thing"<<endl;
                cout<<"You've been offering."<<endl;
                cout<<"As days go by,"<<endl;
                cout<<"I've finally become what you want me to be."<<endl;
                cout<<""<<endl;
                cout<<"Don't tell me you saw it all along."<<endl;
                cout<<"God help me, I never knew it alone."<<endl;
                cout<<"Guess I was wrong."<<endl;
                cout<<""<<endl;
                cout<<"What I want"<<endl;
                cout<<"And what I need"<<endl;
                cout<<"Has now become the same thing"<<endl;
                cout<<"You've been offering."<<endl;
                cout<<"As days go by,"<<endl;
                cout<<"I've finally become what you want me to be."<<endl;
                cout<<""<<endl;
                cout<<"And what I need"<<endl;
                cout<<"Has now become the same thing"<<endl;
                cout<<"You've been offering."<<endl;
                cout<<"You've taken me,"<<endl;
                cout<<"And shaped me to become what you want me to be."<<endl;
                cout<<"----------------------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==8)
            {
                system ("cls");
                cout<<"------Breakdown------"<<endl;
                cout<<"Open up the book you beat me with again."<<endl;
                cout<<"Read it off one sentence at a time."<<endl;
                cout<<"I'm tired of all the lines,"<<endl;
                cout<<"Convictions and your lies."<<endl;
                cout<<"What right do you have to point at me?"<<endl;
                cout<<""<<endl;
                cout<<"Well, I'm sitting alone thinking about it all over coffee."<<endl;
                cout<<"And still crowdin' my space are the things you still hold against me."<<endl;
                cout<<"You cannot save me."<<endl;
                cout<<""<<endl;
                cout<<"Well, it's not the time to breakdown."<<endl;
                cout<<"It's not the time to breakdown."<<endl;
                cout<<"It's not the time to break up this love,"<<endl;
                cout<<"Keep it together now."<<endl;
                cout<<"It's not the time to break."<<endl;
                cout<<""<<endl;
                cout<<"Read it all, no need for separating here."<<endl;
                cout<<"You see what you want and try to justify."<<endl;
                cout<<"All your little lines,"<<endl;
                cout<<"Convictions and your lies."<<endl;
                cout<<"What right do you have to point at me?"<<endl;
                cout<<""<<endl;
                cout<<"Well, I'm sitting alone thinking about it all over coffee."<<endl;
                cout<<"And still crowdin' my space are the things you still hold against me."<<endl;
                cout<<"You cannot save me."<<endl;
                cout<<""<<endl;
                cout<<"Well, it's not the time to breakdown."<<endl;
                cout<<"It's not the time to breakdown."<<endl;
                cout<<"It's not the time to break up this love,"<<endl;
                cout<<"Keep it together now."<<endl;
                cout<<"It's not the time to break."<<endl;
                cout<<""<<endl;
                cout<<"Open up the book you beat me with again."<<endl;
                cout<<"Read it off one sentence at a time."<<endl;
                cout<<""<<endl;
                cout<<"Well, it's not the time to breakdown."<<endl;
                cout<<"Well, it's not the time to breakdown."<<endl;
                cout<<"Well, it's not the time to breakdown."<<endl;
                cout<<"Well, it's not the time to breakdown."<<endl;
                cout<<"Well, it's not the time to break up this love,"<<endl;
                cout<<"Keep it together now."<<endl;
                cout<<"Well, it's not the time to break,"<<endl;
                cout<<"Breakdown."<<endl;
                cout<<"----------------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 9a");
            }
            else if(song==9)
            {
                system ("cls");
                cout<<"------Gone-------"<<endl;
                cout<<"Feeling like this could only mean"<<endl;
                cout<<"I'm sinking."<<endl;
                cout<<"Feeling like this could only mean"<<endl;
                cout<<"I'm sinking."<<endl;
                cout<<"Well, I'm sinking."<<endl;
                cout<<"Pull me up."<<endl;
                cout<<""<<endl;
                cout<<"Every time I see your clothes scattered out on the floor,"<<endl;
                cout<<"I say I thought you would be home."<<endl;
                cout<<"You said you never would be gone."<<endl;
                cout<<"Every time I see the light not burning on the porch,"<<endl;
                cout<<"I say I thought you would be home."<<endl;
                cout<<"You said you never would be gone,"<<endl;
                cout<<"But you are."<<endl;
                cout<<"You are."<<endl;
                cout<<""<<endl;
                cout<<"Feeling overwhelmed, I take a dive"<<endl;
                cout<<"To a once overfilled but now empty place to hide."<<endl;
                cout<<"The day you turned on me is the day I died,"<<endl;
                cout<<"And I've forgotten what it's like,"<<endl;
                cout<<"And how it feels to be alive."<<endl;
                cout<<""<<endl;
                cout<<"Every time I see your clothes scattered out on the floor,"<<endl;
                cout<<"I say I thought you would be home."<<endl;
                cout<<"You said you never would be gone."<<endl;
                cout<<"Every time I see the light not burning on the porch,"<<endl;
                cout<<"I say I thought you would be home."<<endl;
                cout<<"You said you never would be gone."<<endl;
                cout<<""<<endl;
                cout<<"Reach up to the sky."<<endl;
                cout<<"When nothing seems to go right,"<<endl;
                cout<<"When nothing seems to go right for me."<<endl;
                cout<<""<<endl;
                cout<<"Every time I see your clothes scattered out on the floor."<<endl;
                cout<<"I say I thought you would be home."<<endl;
                cout<<"You said you never would be gone."<<endl;
                cout<<"Everytime I see the light not burning on the porch,"<<endl;
                cout<<"I say I thought you would be home."<<endl;
                cout<<"You never would be gone."<<endl;
                cout<<"I thought you would be home."<<endl;
                cout<<"You said you never would be gone,"<<endl;
                cout<<"But you are."<<endl;
                cout<<"---------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }   
            else if(song==10)
            {
                system ("cls");
                cout<<"------There and Back Again------"<<endl;
                cout<<"Take, take your time."<<endl;
                cout<<"Smell the roses, but steal the vines."<<endl;
                cout<<"Don't wait for the hands of time"<<endl;
                cout<<"To second guess and change your mind."<<endl;
                cout<<"And shine."<<endl;
                cout<<"Here's your moment to shine."<<endl;
                cout<<"Shine."<<endl;
                cout<<""<<endl;
                cout<<"Lay down, my friend."<<endl;
                cout<<"Close your eyes, breathe in,"<<endl;
                cout<<"And I'll take you there and back again."<<endl;
                cout<<"No more questions why."<<endl;
                cout<<"I'm not so surprised"<<endl;
                cout<<"Why you have"<<endl;
                cout<<"Been there and back again."<<endl;
                cout<<""<<endl;
                cout<<"Replace, replace that line"<<endl;
                cout<<"That spoke to you"<<endl;
                cout<<"And showed no signs to be alive."<<endl;
                cout<<"So are you livin' or dead?"<<endl;
                cout<<"You have made a choice to hear your voice"<<endl;
                cout<<"Or hold on to what they said."<<endl;
                cout<<"Now, shine."<<endl;
                cout<<"Here's your moment to shine."<<endl;
                cout<<"Shine."<<endl;
                cout<<""<<endl;
                cout<<"Lay down, my friend."<<endl;
                cout<<"Close your eyes, breathe in,"<<endl;
                cout<<"And I'll take you there and back again."<<endl;
                cout<<"No more questions why."<<endl;
                cout<<"I'm not so surprised"<<endl;
                cout<<"Why you have"<<endl;
                cout<<"Been there and back again."<<endl;
                cout<<""<<endl;
                cout<<"Back again, back again."<<endl;
                cout<<"Back again, back again."<<endl;
                cout<<""<<endl;
                cout<<"Lay down, my friend."<<endl;
                cout<<"Close your eyes, breathe in,"<<endl;
                cout<<"And I'll take you there and back again."<<endl;
                cout<<"No more questions why."<<endl;
                cout<<"I'm not so surprised"<<endl;
                cout<<"Why you have"<<endl;
                cout<<"Been there and back again."<<endl;
                cout<<""<<endl;
                cout<<"Lay down, my friend."<<endl;
                cout<<"Close your eyes, breathe in,"<<endl;
                cout<<"And I will take you there and back again."<<endl;
                cout<<"No more questions why."<<endl;
                cout<<"I'm not so surprised"<<endl;
                cout<<"Why you have"<<endl;
                cout<<"Been there and back again."<<endl;
                cout<<"---------------------------"<<endl;
                cout<<"Would you like to view another song?"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==11)
            {
                system ("cls");
                cout<<"------All These Lives------"<<endl;
                cout<<"Doesn't come down when she calls,"<<endl;
                cout<<"It's time for breakfast."<<endl;
                cout<<"Momma can't get down those halls"<<endl;
                cout<<"Fast enough to see"<<endl;
                cout<<"Glass is sprayed across the floor"<<endl;
                cout<<"From the broken window."<<endl;
                cout<<"She can't breathe anymore."<<endl;
                cout<<"Can't deny what we know."<<endl;
                cout<<""<<endl;
                cout<<"They're gonna find you, just believe."<<endl;
                cout<<"You're not a person; you're a disease."<<endl;
                cout<<""<<endl;
                cout<<"All these lives that you've been taking,"<<endl;
                cout<<"Deep inside, my heart is breaking."<<endl;
                cout<<"Broken homes from separation."<<endl;
                cout<<"Don't you know it's violation?"<<endl;
                cout<<"It's so wrong, but you'll see."<<endl;
                cout<<"Never gonna let you take my world from me."<<endl;
                cout<<"The world outside these walls may know you're breathing,"<<endl;
                cout<<"But you ain't comin' in."<<endl;
                cout<<"You ain't comin' in."<<endl;
                cout<<""<<endl;
                cout<<"Posters hung on building walls"<<endl;
                cout<<"Of missing faces."<<endl;
                cout<<"Months go by without the cause,"<<endl;
                cout<<"The clues, or traces."<<endl;
                cout<<""<<endl;
                cout<<"They're gonna find you, just believe."<<endl;
                cout<<"You're not a person; you're a disease."<<endl;
                cout<<""<<endl;
                cout<<"All these lives that you've been taking,"<<endl;
                cout<<"Deep inside, my heart is breaking."<<endl;
                cout<<"Broken homes from separation."<<endl;
                cout<<"Don't you know it's violation?"<<endl;
                cout<<"It's so wrong, but you'll see."<<endl;
                cout<<"Never gonna let you take my world from me."<<endl;
                cout<<"The world outside these walls may know you're breathing,"<<endl;
                cout<<"But you ain't comin' in."<<endl;
                cout<<""<<endl;
                cout<<"Shed the light on all the ones who never thought they would become"<<endl;
                cout<<"A father, mother asking why this world can be so cold."<<endl;
                cout<<""<<endl;
                cout<<"Doesn't come down when she calls,"<<endl;
                cout<<"It's time for breakfast."<<endl;
                cout<<"The memories begin to fall."<<endl;
                cout<<"She asks, 'When will I be free?'"<<endl;
                cout<<""<<endl;
                cout<<"All these lives that you've been taking,"<<endl;
                cout<<"Deep inside, my heart is breaking."<<endl;
                cout<<"Broken homes from separation."<<endl;
                cout<<"Don't you know it's violation?"<<endl;
                cout<<"It's so wrong, but you'll see."<<endl;
                cout<<"Never gonna let you take my world from me."<<endl;
                cout<<"The world outside these walls may know you're breathing,"<<endl;
                cout<<"But you ain't comin' in."<<endl;
                cout<<""<<endl;
                cout<<"All these lives that you've been taking,"<<endl;
                cout<<"Deep inside, my heart is breaking."<<endl;
                cout<<"All these lives that you've been taking,"<<endl;
                cout<<"Deep inside, my heart is breaking."<<endl;
                cout<<"All these lives that you've been taking,"<<endl;
                cout<<"Deep inside, my heart is breaking."<<endl;
                cout<<"The world outside these walls may know you're breathing,"<<endl;
                cout<<"The world outside these walls may know you're breathing,"<<endl;
                cout<<"But you ain't comin' in."<<endl;
                cout<<"----------------------------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }               
            else if (song==12)
            {
                cout<<"------What About Now?------"<<endl;
                cout<<"Shadows fill an empty heart"<<endl;
                cout<<"As love is fading,"<<endl;
                cout<<"From all the things that we are"<<endl;
                cout<<"But are not saying."<<endl;
                cout<<"Can we see beyond the scars"<<endl;
                cout<<"And make it to the dawn?"<<endl;
                cout<<""<<endl;
                cout<<"Change the colors of the sky."<<endl;
                cout<<"And open up to"<<endl;
                cout<<"The ways you made me feel alive,"<<endl;
                cout<<"The ways I loved you."<<endl;
                cout<<"For all the things that never died,"<<endl;
                cout<<"To make it through the night,"<<endl;
                cout<<"Love will find you."<<endl;
                cout<<""<<endl;
                cout<<"What about now?"<<endl;
                cout<<"What about today?"<<endl;
                cout<<"What if you're making me all that I was meant to be?"<<endl;
                cout<<"What if our love never went away?"<<endl;
                cout<<"What if it's lost behind words we could never find?"<<endl;
                cout<<"Baby, before it's too late,"<<endl;
                cout<<"What about now?"<<endl;
                cout<<""<<endl;
                cout<<"The sun is breaking in your eyes"<<endl;
                cout<<"To start a new day."<<endl;
                cout<<"This broken heart can still survive"<<endl;
                cout<<"With a touch of your grace."<<endl;
                cout<<"Shadows fade into the light."<<endl;
                cout<<"I am by your side,"<<endl;
                cout<<"Where love will find you."<<endl;
                cout<<""<<endl;
                cout<<"What about now?"<<endl;
                cout<<"What about today?"<<endl;
                cout<<"What if you're making me all that I was meant to be?"<<endl;
                cout<<"What if our love, it never went away?"<<endl;
                cout<<"What if it's lost behind words we could never find?"<<endl;
                cout<<"Baby, before it's too late,"<<endl;
                cout<<"What about now?"<<endl;
                cout<<""<<endl;
                cout<<"Now that we're here,"<<endl;
                cout<<"Now that we've come this far,"<<endl;
                cout<<"Just hold on."<<endl;
                cout<<"There is nothing to fear,"<<endl;
                cout<<"For I am right beside you."<<endl;
                cout<<"For all my life,"<<endl;
                cout<<"I am yours."<<endl;
                cout<<""<<endl;
                cout<<"What about now?"<<endl;
                cout<<"What about today?"<<endl;
                cout<<"What if you're making me all that I was meant to be?"<<endl;
                cout<<"What if our love never went away?"<<endl;
                cout<<"What if it's lost behind words we could never find?"<<endl;
                cout<<""<<endl;
                cout<<"What about now?"<<endl;
                cout<<"What about today?"<<endl;
                cout<<"What if you're making me all that I was meant to be?"<<endl;
                cout<<"What if our love never went away?"<<endl;
                cout<<"What if it's lost behind words we could never find?"<<endl;
                cout<<"Baby, before it's too late,"<<endl;
                cout<<"Baby, before it's too late,"<<endl;
                cout<<"Baby, before it's too late,"<<endl;
                cout<<"What about now?"<<endl;
                cout<<"--------------------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)?"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
        }
        else if(artist==3)
        {
            system ("color a2");
            system ("cls");
            cout<< "----Californication----"<<endl;
            cout<< "1. Around The World" <<endl;
            cout<< "2. Parallel Universe" <<endl;
            cout<< "3. Scar Tissue" <<endl;
            cout<< "4. Otherside" <<endl;
            cout<< "5. Get On Top" <<endl;
            cout<< "6. Californication" <<endl;
            cout<< "7. Easily" <<endl;
            cout<< "8. Porcelian" <<endl;
            cout<< "9. Emit Remmus" <<endl;
            cout<< "10. I Like Dirt" <<endl;
            cout<< "11. This Velvet Glove" <<endl;
            cout<< "12. Savior" <<endl;
            cout<< "13. Purple Stain" <<endl;
            cout<< "14. Right On Time" <<endl;
            cout<< "15. Road Trippin'" <<endl;
            cin>> song;

            if(song==1)
            {
                system ("cls");
                cout<<"------Around the World------"<<endl;
                cout<<"All around the world"<<endl;
                cout<<"We could make time"<<endl;
                cout<<"Rompin' and a stompin'"<<endl;
                cout<<"'Cause I'm in my prime"<<endl;
                cout<<""<<endl;
                cout<<"Born in the north"<<endl;
                cout<<"And sworn to entertain ya"<<endl;
                cout<<"'Cause I'm down for"<<endl;
                cout<<"The state of Pennsylvania"<<endl;
                cout<<""<<endl;
                cout<<"I try not to whine"<<endl;
                cout<<"But I must warn ya"<<endl;
                cout<<"'Bout the girls"<<endl;
                cout<<"From California"<<endl;
                cout<<""<<endl;
                cout<<"Alabama baby"<<endl;
                cout<<"Said hallelujah"<<endl;
                cout<<"Good god girl"<<endl;
                cout<<"I wish I knew ya"<<endl;
                cout<<""<<endl;
                cout<<"I know I know for sure"<<endl;
                cout<<"That life is beautiful around the world"<<endl;
                cout<<"I know I know it's you"<<endl;
                cout<<"You say hello and then I say I do"<<endl;
                cout<<""<<endl;
                cout<<"Come back baby"<<endl;
                cout<<"'Cause I'd like to say"<<endl;
                cout<<"I've been around the world"<<endl;
                cout<<"Back from Bombay"<<endl;
                cout<<""<<endl;
                cout<<"Fox hole love"<<endl;
                cout<<"Pie in your face"<<endl;
                cout<<"Living in and out"<<endl;
                cout<<"Of a big fat suitcase"<<endl;
                cout<<""<<endl;
                cout<<"Bonafide ride"<<endl;
                cout<<"Step aside my Johnson"<<endl;
                cout<<"Yes I could"<<endl;
                cout<<"In the woods of Wisconsin"<<endl;
                cout<<""<<endl;
                cout<<"Wake up the cake"<<endl;
                cout<<"It's a lake she's kissin' me"<<endl;
                cout<<"As they do when"<<endl;
                cout<<"When they do in Sicily"<<endl;
                cout<<""<<endl;
                cout<<"I know I know for sure"<<endl;
                cout<<"That life is beautiful around the world"<<endl;
                cout<<"I know I know it's you"<<endl;
                cout<<"You say hello and then I say I do"<<endl;
                cout<<""<<endl;
                cout<<"Where you want to go"<<endl;
                cout<<"Who you want to be"<<endl;
                cout<<"What you want to do"<<endl;
                cout<<"Just come with me"<<endl;
                cout<<""<<endl;
                cout<<"I saw God"<<endl;
                cout<<"And I saw the fountains"<<endl;
                cout<<"You and me girl"<<endl;
                cout<<"Sittin' in the Swiss mountains"<<endl;
                cout<<""<<endl;
                cout<<"Me Oh My O"<<endl;
                cout<<"Me and Guy O"<<endl;
                cout<<"Freer than a bird"<<endl;
                cout<<"'Cause we're rockin' Ohio"<<endl;
                cout<<""<<endl;
                cout<<"Around the world"<<endl;
                cout<<"I feel dutiful"<<endl;
                cout<<"Take a wife"<<endl;
                cout<<"'Cause life is beautiful"<<endl;
                cout<<""<<endl;
                cout<<"I know I know for sure"<<endl;
                cout<<"That life is beautiful around the world"<<endl;
                cout<<"I know I know it's you"<<endl;
                cout<<"You say hello and then I say I do"<<endl;
                cout<<""<<endl;
                cout<<"Mother Russia do not suffer"<<endl;
                cout<<"I know you're bold enough"<<endl;
                cout<<"I've been around the world"<<endl;
                cout<<"And I have seen your love"<<endl;
                cout<<"I know I know it's you"<<endl;
                cout<<""<<endl;
                cout<<"You say hello then I say I do"<<endl;
                cout<<"-------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");        
            }       
            else if(song==2)
            {   
                    system ("cls");
                    cout<<"------Parallel Universe-----"<<endl;
                    cout<<"Deep inside of a parallel universe"<<endl;
                    cout<<"It's getting harder and harder"<<endl;
                    cout<<"To tell what came first"<<endl;
                    cout<<""<<endl;
                    cout<<"Under water where thoughts can breathe Easily"<<endl;
                    cout<<""<<endl;
                    cout<<"Far away you were made in a sea"<<endl;
                    cout<<"Just like me"<<endl;
                    cout<<""<<endl;
                    cout<<"[Chorus:]"<<endl;
                    cout<<"Christ I'm a sidewinder I'm a"<<endl;
                    cout<<"California King"<<endl;
                    cout<<"I swear it's everywhere"<<endl;
                    cout<<"It's everything"<<endl;
                    cout<<""<<endl;
                    cout<<"Staring straight up into the sky"<<endl;
                    cout<<"Oh my my a solar system that fits"<<endl;
                    cout<<"In your eye Microcosm"<<endl;
                    cout<<""<<endl;
                    cout<<"You could die but your never dead spider web"<<endl;
                    cout<<"Take a look at the stars in"<<endl;
                    cout<<"Your head fields of space kid"<<endl;
                    cout<<""<<endl;
                    cout<<"[Chorus x 2]"<<endl;
                    cout<<""<<endl;
                    cout<<"Psychic changes are born in your heart"<<endl;
                    cout<<"Entertain"<<endl;
                    cout<<"A nervous breakthrough that makes us the"<<endl;
                    cout<<"same"<<endl;
                    cout<<"Bless your heart girl"<<endl;
                    cout<<""<<endl;
                    cout<<"Kill the pressure it's raining on"<<endl;
                    cout<<"Salty Cheeks"<<endl;
                    cout<<"When you hear the beloved song"<<endl;
                    cout<<"I am with you"<<endl;
                    cout<<""<<endl;
                    cout<<"[Chorus x 2]"<<endl;
                    cout<<"---------------------------------------"<<endl;
                    cout<<"Would you like to view another song? (n/y)"<<endl;
                    cin>>y;
                    system ("cls");
                    system ("color 0a");
            }
            else if(song==3)
            {   
                    system ("cls");
                    cout<<"------Scar Tissue------"<<endl;
                    cout<<"Scar tissue that I wish you saw"<<endl;
                    cout<<"Sarcastic mister know it all"<<endl;
                    cout<<"Close your eyes and I'll kiss you 'cause"<<endl;
                    cout<<"With the birds I'll share"<<endl;
                    cout<<"With the birds I'll share"<<endl;
                    cout<<"This lonely view"<<endl;
                    cout<<"With the birds I'll share"<<endl;
                    cout<<"This lonely view"<<endl;
                    cout<<""<<endl;
                    cout<<"Push me up against the wall"<<endl;
                    cout<<"Young Kentucky girl in a push-up bra"<<endl;
                    cout<<"Fallin' all over myself"<<endl;
                    cout<<"To lick your heart and taste your health 'cause"<<endl;
                    cout<<"With the birds I'll share"<<endl;
                    cout<<"This lonely view..."<<endl;
                    cout<<""<<endl;
                    cout<<"Blood loss in a bathroom stall"<<endl;
                    cout<<"Southern girl with a scarlet drawl"<<endl;
                    cout<<"Wave good-bye to ma and pa 'cause"<<endl;
                    cout<<"With the birds I'll share"<<endl;
                    cout<<"With the birds I'll share"<<endl;
                    cout<<"This lonely view"<<endl;
                    cout<<"With the birds I'll share"<<endl;
                    cout<<"This lonely view"<<endl;
                    cout<<""<<endl;
                    cout<<"Soft spoken with a broken jaw"<<endl;
                    cout<<"Step outside but not to brawl"<<endl;
                    cout<<"Autumn's sweet we call it fall"<<endl;
                    cout<<"I'll make it to the moon if I have to crawl and"<<endl;
                    cout<<"With the birds I'll share"<<endl;
                    cout<<"This lonely view..."<<endl;
                    cout<<""<<endl;
                    cout<<"Scar tissue that I wish you saw"<<endl;
                    cout<<"Sarcastic mister know it all"<<endl;
                    cout<<"Close your eyes and I'll kiss you 'cause"<<endl;
                    cout<<"With the birds I'll share"<<endl;
                    cout<<"With the birds I'll share"<<endl;
                    cout<<"This lonely view"<<endl;
                    cout<<"With the birds I'll share"<<endl;
                    cout<<"This lonely view..."<<endl;
                    cout<<"----------------------------------"<<endl;
                    cout<<"Would you like to view another song? (y/n)"<<endl;
                    cin>> y;
                    system ("cls");
                    system ("color 0a");
            }   
            else if(song==4)
            {   
                    system("cls");
                    cout<<"------Otherside------"<<endl;
                    cout<<"[Chorus:]"<<endl;
                    cout<<"How long how long will I slide"<<endl;
                    cout<<"Separate my side I don't"<<endl;
                    cout<<"I don't believe it's bad"<<endl;
                    cout<<"Slit my throat"<<endl;
                    cout<<"It's all I ever"<<endl;
                    cout<<""<<endl;
                    cout<<"I heard your voice through a photograph"<<endl;
                    cout<<"I thought it up it brought up the past"<<endl;
                    cout<<"Once you know you can never go back"<<endl;
                    cout<<"I've got to take it on the otherside"<<endl;
                    cout<<""<<endl;
                    cout<<"Centuries are what it meant to me"<<endl;
                    cout<<"A cemetery where I marry the sea"<<endl;
                    cout<<"Stranger things could never change my mind"<<endl;
                    cout<<"I've got to take it on the otherside"<<endl;
                    cout<<"Take it on the otherside"<<endl;
                    cout<<"Take it on"<<endl;
                    cout<<"Take it on"<<endl;
                    cout<<"[Chorus]"<<endl;
                    cout<<""<<endl;
                    cout<<"Pour my life into a paper cup"<<endl;
                    cout<<"The ashtray's full and I'm spillin' my guts"<<endl;
                    cout<<"She wants to know am I still a slut"<<endl;
                    cout<<"I've got to take it on the otherside"<<endl;
                    cout<<"Scarlet starlet and she's in my bed"<<endl;
                    cout<<"A candidate for my soul mate bled"<<endl;
                    cout<<"Push the trigger and pull the thread"<<endl;
                    cout<<"I've got to take it on the otherside"<<endl;
                    cout<<"Take it on the otherside"<<endl;
                    cout<<"Take it on"<<endl;
                    cout<<"Take it on"<<endl;
                    cout<<"[Chorus]"<<endl;
                    cout<<""<<endl;
                    cout<<"Turn me on take me for a hard ride"<<endl;
                    cout<<"Burn me out leave me on the otherside"<<endl;
                    cout<<"I yell and tell it that"<<endl;
                    cout<<"It's not my friend"<<endl;
                    cout<<"I tear it down I tear it down"<<endl;
                    cout<<"And then it's born again"<<endl;
                    cout<<"[Chorus]"<<endl;
                    cout<<""<<endl;
                    cout<<"How long I don't believe it's bad"<<endl;
                    cout<<"Slit my throat"<<endl;
                    cout<<"It's all I ever"<<endl;
                    cout<<"---------------------------------"<<endl;
                    cout<<"Would you like to view another song? (y/n)"<<endl;
                    cin>> y;
                    system ("cls");
                    system ("color 0a");
            }       
            else if(song==5)
            {   
                    system ("cls");
                    cout<<"------Get On Top------"<<endl;
                    cout<<"Get on Top Get on Top"<<endl;
                    cout<<""<<endl;
                    cout<<"Hit me come get me I bite but she bit me"<<endl;
                    cout<<""<<endl;
                    cout<<"Go-rilla cunt-illa"<<endl;
                    cout<<"Sammy D and Salmonella"<<endl;
                    cout<<"Come with me 'cause I'm an ass killer"<<endl;
                    cout<<"You're ill but I'm iller"<<endl;
                    cout<<""<<endl;
                    cout<<"I'll malinger on your block and"<<endl;
                    cout<<"Give the finger to a cop and"<<endl;
                    cout<<"Pick a lock before I knock and"<<endl;
                    cout<<"Set you up to get on top"<<endl;
                    cout<<""<<endl;
                    cout<<"[Chorus:]"<<endl;
                    cout<<"Complications of a mastermind"<<endl;
                    cout<<"Last temptation of my kind"<<endl;
                    cout<<"Extra planetary sign"<<endl;
                    cout<<"When do we align"<<endl;
                    cout<<"All in time"<<endl;
                    cout<<"Right on"<<endl;
                    cout<<""<<endl;
                    cout<<"Get up come sit up I light but she lit up"<<endl;
                    cout<<""<<endl;
                    cout<<"Grass Hopper Show Stopper"<<endl;
                    cout<<"The life of a Wife Swapper"<<endl;
                    cout<<"Come with me 'cause I'm a big bopper"<<endl;
                    cout<<"You do but I wopper"<<endl;
                    cout<<""<<endl;
                    cout<<"Exterminate my cause"<<endl;
                    cout<<"You want to draw some straws"<<endl;
                    cout<<"Be the one to see my flaws"<<endl;
                    cout<<"Make me bleed with painted claws"<<endl;
                    cout<<""<<endl;
                    cout<<"[Chorus]"<<endl;
                    cout<<""<<endl;
                    cout<<"Get on Top Get on Top"<<endl;
                    cout<<""<<endl;
                    cout<<"Hit me come get me I bite but she bit me"<<endl;
                    cout<<""<<endl;
                    cout<<"Speed Baller Rhodes Scholar"<<endl;
                    cout<<"Bottom (censored) And a Bottom Dollar"<<endl;
                    cout<<"Come with me 'cause I'm a Free Faller"<<endl;
                    cout<<"You hoot but I holler"<<endl;
                    cout<<""<<endl;
                    cout<<"I'll malinger on your block"<<endl;
                    cout<<"Give the finger to a cop and"<<endl;
                    cout<<"Pick a lock before I knock on"<<endl;
                    cout<<"Set you up to get on top"<<endl;
                    cout<<""<<endl;
                    cout<<"Get on Top"<<endl;
                    cout<<"--------------------------------"<<endl;
                    cout<<"Would you like to view another song? (y/n)"<<endl;
                    cin>>y;
                    system ("cls");
                    system ("color 0a");
            }   
            else if(song==6)
            {   
                    system ("cls");
                    cout<<"------Calfiornication------"<<endl;
                    cout<<"Psychic spies from China"<<endl;
                    cout<<"Try to steal your mind's elation"<<endl;
                    cout<<"Little girls from Sweden"<<endl;
                    cout<<"Dream of silver screen quotations"<<endl;
                    cout<<"And if you want these kind of dreams"<<endl;
                    cout<<"It's Californication"<<endl;
                    cout<<""<<endl;
                    cout<<"It's the edge of the world"<<endl;
                    cout<<"And all of western civilization"<<endl;
                    cout<<"The sun may rise in the East"<<endl;
                    cout<<"At least it settles in the final location"<<endl;
                    cout<<"It's understood that Hollywood"<<endl;
                    cout<<"sells Californication"<<endl;
                    cout<<""<<endl;
                    cout<<"Pay your surgeon very well"<<endl;
                    cout<<"To break the spell of aging"<<endl;
                    cout<<"Celebrity skin is this your chin"<<endl;
                    cout<<"Or is that war your waging"<<endl;
                    cout<<""<<endl;
                    cout<<"[Chorus:]"<<endl;
                    cout<<"First born unicorn"<<endl;
                    cout<<"Hard core soft porn"<<endl;
                    cout<<"Dream of Californication"<<endl;
                    cout<<"Dream of Californication"<<endl;
                    cout<<""<<endl;
                    cout<<"Marry me girl be my fairy to the world"<<endl;
                    cout<<"Be my very own constellation"<<endl;
                    cout<<"A teenage bride with a baby inside"<<endl;
                    cout<<"Getting high on information"<<endl;
                    cout<<"And buy me a star on the boulevard"<<endl;
                    cout<<"It's Californication"<<endl;
                    cout<<""<<endl;
                    cout<<"Space may be the final frontier"<<endl;
                    cout<<"But it's made in a Hollywood basement"<<endl;
                    cout<<"Cobain can you hear the spheres"<<endl;
                    cout<<"Singing songs off station to station"<<endl;
                    cout<<"And Alderon's not far away"<<endl;
                    cout<<"It's Californication"<<endl;
                    cout<<""<<endl;
                    cout<<"Born and raised by those who praise"<<endl;
                    cout<<"Control of population everybody's been there"<<endl;
                    cout<<"and"<<endl;
                    cout<<"I don't mean on vacation"<<endl;
                    cout<<""<<endl;
                    cout<<"[Chorus]"<<endl;
                    cout<<""<<endl;
                    cout<<"Destruction leads to a very rough road"<<endl;
                    cout<<"But it also breeds creation"<<endl;
                    cout<<"And earthquakes are to a girl's guitar"<<endl;
                    cout<<"They're just another good vibration"<<endl;
                    cout<<"And tidal waves couldn't save the world"<<endl;
                    cout<<"From Californication"<<endl;
                    cout<<""<<endl;
                    cout<<"Pay your surgeon very well"<<endl;
                    cout<<"To break the spell of aging"<<endl;
                    cout<<"Sicker than the rest"<<endl;
                    cout<<"There is no test"<<endl;
                    cout<<"But this is what you're craving"<<endl;
                    cout<<""<<endl;
                    cout<<"[Chorus]"<<endl;
                    cout<<"---------------------------------------"<<endl;
                    cout<<"Would you like to view another song? (y/n)"<<endl;
                    cin>> y;
                    system ("cls");
                    system ("color 0a");
            }   
            else if(song==7)
            {   
                    system ("cls");
                    cout<<"------Easily------"<<endl;
                    cout<<"Easily lets get carried away"<<endl;
                    cout<<"Easily lets get married today"<<endl;
                    cout<<"Shao lin shouted a rose"<<endl;
                    cout<<"From his throat"<<endl;
                    cout<<"Everything must go"<<endl;
                    cout<<"A lickin stick is thicker"<<endl;
                    cout<<"When you break it to show"<<endl;
                    cout<<"Everything must go"<<endl;
                    cout<<"The story of a woman on the morning of a war"<<endl;
                    cout<<"Remind me if you will exactly what were fighting for"<<endl;
                    cout<<""<<endl;
                    cout<<"Calling calling for something in the air"<<endl;
                    cout<<"Calling calling I know you must be there"<<endl;
                    cout<<""<<endl;
                    cout<<"Easily lets get caught in a wave"<<endl;
                    cout<<"Easily we w- everything must go"<<endl;
                    cout<<"Lookin mighty tired of"<<endl;
                    cout<<"All the things that you own"<<endl;
                    cout<<"Everything must go"<<endl;
                    cout<<""<<endl;
                    cout<<"I cant tell you who to idolize"<<endl;
                    cout<<"You think its almost over"<<endl;
                    cout<<"But its only on the rise"<<endl;
                    cout<<"Calling calling"<<endl;
                    cout<<"For something in the air"<<endl;
                    cout<<"Calling calling I know you must be there"<<endl;
                    cout<<""<<endl;
                    cout<<"The story of a woman on the morning of a war"<<endl;
                    cout<<"Remind me if you will exactly what were fighting for"<<endl;
                    cout<<""<<endl;
                    cout<<"Throw me to the wolves because"<<endl;
                    cout<<"Because theres order in the pack"<<endl;
                    cout<<"Throw me to the sky"<<endl;
                    cout<<"Because I know Im coming back"<<endl;
                    cout<<""<<endl;
                    cout<<"Shao lin shakin for the sake"<<endl;
                    cout<<"Of his soul - everything must go"<<endl;
                    cout<<"Lookin mighty tired of"<<endl;
                    cout<<"All the things that you own"<<endl;
                    cout<<"Everything must go"<<endl;
                    cout<<""<<endl;
                    cout<<"The story of a woman on the morning of a war"<<endl;
                    cout<<"Remind me if you will exactly what were fighting for"<<endl;
                    cout<<""<<endl;
                    cout<<"Calling calling for something in the air"<<endl;
                    cout<<"Calling calling I know you must be there"<<endl;
                    cout<<""<<endl;
                    cout<<"I dont want to be your little research monkey boy"<<endl;
                    cout<<"The creature that I am is only going to destroy"<<endl;
                    cout<<""<<endl;
                    cout<<"Throw me to the wolves"<<endl;
                    cout<<"Because theres order in the pack"<<endl;
                    cout<<"Throw me to the sky"<<endl;
                    cout<<"Because I know Im coming back"<<endl;
                    cout<<""<<endl;
                    cout<<"Easily"<<endl;
                    cout<<"----------------------------------------------"<<endl;
                    cout<<"Would you like to view another song? (y/n)"<<endl;
                    cin>> y;
                    system ("cls");
                    system ("color 0a");
            }   
            else if(song==8)
            {
                    system ("cls");
                    cout<<"------Porcelian------"<<endl;
                    cout<<"Porcelain"<<endl;
                    cout<<"Are you wasting away in your skin"<<endl;
                    cout<<"Are you missing the love of your kin"<<endl;
                    cout<<"Drifting and floating and fading away"<<endl;
                    cout<<""<<endl;
                    cout<<"Porcelain"<<endl;
                    cout<<"Do you smell like a girl when you smile"<<endl;
                    cout<<"Can you bear not to share with your child"<<endl;
                    cout<<"Drifting and floating and fading away"<<endl;
                    cout<<""<<endl;
                    cout<<"Little lune"<<endl;
                    cout<<"All day"<<endl;
                    cout<<"Little lune"<<endl;
                    cout<<""<<endl;
                    cout<<"Porcelain"<<endl;
                    cout<<"Do you carry the moon in your womb"<<endl;
                    cout<<"Someone said that you're fading too soon"<<endl;
                    cout<<"Drifting and floating and fading away"<<endl;
                    cout<<""<<endl;
                    cout<<"Porcelain"<<endl;
                    cout<<"Are you wasting away in your skin"<<endl;
                    cout<<"Are you missing the love of your kin"<<endl;
                    cout<<"Nodding and melting and fading away"<<endl;
                    cout<<""<<endl;
                    cout<<"Little lune"<<endl;
                    cout<<"All day"<<endl;
                    cout<<"Little lune..."<<endl;
                    cout<<"----------------------------------------------"<<endl;
                    cout<<"Would you like to view another song? (y/n)"<<endl;
                    cin>> y;
                    system ("cls");
                    system ("color 0a");
            }   
            else if(song==9)
            {
                    system ("cls");
                    cout<<"------Emit Remmus------"<<endl;
                    cout<<"The California animal is a bear"<<endl;
                    cout<<"Angeleno but the devil may care"<<endl;
                    cout<<"Summer time to talk and swear"<<endl;
                    cout<<"Later maybe we could share some air"<<endl;
                    cout<<"I'll take you to the movies there"<<endl;
                    cout<<"We could walk through Leicester Square"<<endl;
                    cout<<"What could be wetter than"<<endl;
                    cout<<"An English girl American man"<<endl;
                    cout<<""<<endl;
                    cout<<"[Chorus:]"<<endl;
                    cout<<"London in the summer time"<<endl;
                    cout<<"Call me now use the satellite"<<endl;
                    cout<<"London in the summer time"<<endl;
                    cout<<"Cuss me out and it'll feel all right"<<endl;
                    cout<<""<<endl;
                    cout<<"Hesitate but don't refuse"<<endl;
                    cout<<"The choice was yours but you said choose"<<endl;
                    cout<<"The look she used was green and sharp"<<endl;
                    cout<<"Stabbed that boy all in his heart"<<endl;
                    cout<<"Come what may the cosmos will"<<endl;
                    cout<<"Take me up and down on Primrose Hill"<<endl;
                    cout<<"What could be wetter than"<<endl;
                    cout<<"An English girl American man"<<endl;
                    cout<<""<<endl;
                    cout<<"[Chorus]"<<endl;
                    cout<<""<<endl;
                    cout<<"Cuss me out and it'll feel all right"<<endl;
                    cout<<"It's all right now"<<endl;
                    cout<<"Call me now use the satellite"<<endl;
                    cout<<"It's all right"<<endl;
                    cout<<"It's all right"<<endl;
                    cout<<""<<endl;
                    cout<<"Down and out and it'll sound all right"<<endl;
                    cout<<"It's all right now"<<endl;
                    cout<<"It's all right"<<endl;
                    cout<<""<<endl;
                    cout<<"The California flower is poppy child"<<endl;
                    cout<<"Felony sends me all the gold in your smile"<<endl;
                    cout<<"Drift away from anyone you can"<<endl;
                    cout<<"Nothing ever goes according to plan"<<endl;
                    cout<<"Though I know that every river bends"<<endl;
                    cout<<"Time to say hello to snow on the Thames"<<endl;
                    cout<<"What could be wetter than"<<endl;
                    cout<<"An English girl American man"<<endl;
                    cout<<""<<endl;
                    cout<<"[Chorus]"<<endl;
                    cout<<"-------------------------------------------------"<<endl;
                    cout<<"Would you like to view another song?"<<endl;
                    cin>> y;
                    system ("cls");
                    system ("color 0a");
            }
            else if(song==10)
            {
                system ("cls");
                cout<<"------I Like Dirt------"<<endl;
                cout<<"Some come up and some come young"<<endl;
                cout<<"Live to love and give good tongue"<<endl;
                cout<<"Sit down get down in the sun"<<endl;
                cout<<"Rocket to the woman is on the one"<<endl;
                cout<<""<<endl;
                cout<<"[Chorus:]"<<endl;
                cout<<"I like dirt"<<endl;
                cout<<"I like dirt"<<endl;
                cout<<"I like dirt"<<endl;
                cout<<"I like dirt"<<endl;
                cout<<""<<endl;
                cout<<"The earth is made of dirt and wood"<<endl;
                cout<<"And I'd be water if I could"<<endl;
                cout<<"Live in a dream"<<endl;
                cout<<"In your stream"<<endl;
                cout<<"Live in a dream"<<endl;
                cout<<""<<endl;
                cout<<"Some come up and some come young"<<endl;
                cout<<"Live to love and give good tongue"<<endl;
                cout<<"Sit down get down in the sun"<<endl;
                cout<<"Rocket to the woman is on the one"<<endl;
                cout<<""<<endl;
                cout<<"[Chorus]"<<endl;
                cout<<""<<endl;
                cout<<"Some come slow and overload"<<endl;
                cout<<"Must roll over when you're told"<<endl;
                cout<<"Let's unzip and let's unfold"<<endl;
                cout<<"A letter to the pet better get it to go"<<endl;
                cout<<""<<endl;
                cout<<"[Chorus]"<<endl;
                cout<<""<<endl;
                cout<<"Space is made of everything"<<endl;
                cout<<"And I'd be fire that I bring"<<endl;
                cout<<"Live in a dream"<<endl;
                cout<<"In your spring"<<endl;
                cout<<"Live in a dream"<<endl;
                cout<<""<<endl;
                cout<<"Some come slow and overload"<<endl;
                cout<<"Must roll over when you're told"<<endl;
                cout<<"Let's unzip and let's unfold"<<endl;
                cout<<"A letter to the pet better get it to go"<<endl;
                cout<<""<<endl;
                cout<<"[Chorus]"<<endl;
                cout<<""<<endl;
                cout<<"Some come up and some come young"<<endl;
                cout<<"Live to love and give good tongue"<<endl;
                cout<<"Sit down get down in the sun"<<endl;
                cout<<"Rocket to the woman is on the one"<<endl;
                cout<<""<<endl;
                cout<<"[Chorus]"<<endl;
                cout<<""<<endl;
                cout<<"Some come up and some come young"<<endl;
                cout<<"Live to love and give good tongue"<<endl;
                cout<<"Sit down get down in the sun"<<endl;
                cout<<"Rocket to the woman is on the one"<<endl;
                cout<<"---------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)?"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }

            else if(song==11)
            {
                system ("cls");
                cout<<"This Velvet Glove"<<endl;
                cout<<"Close to my skin"<<endl;
                cout<<"I'm falling in<<endl;"<<endl;
                cout<<"Someone who's been"<<endl;
                cout<<""<<endl;
                cout<<"Sittin' by the phone"<<endl;
                cout<<"I'm left alone"<<endl;
                cout<<"In another zone"<<endl;
                cout<<""<<endl;
                cout<<"John says to live above hell"<<endl;
                cout<<"My will is well"<<endl;
                cout<<""<<endl;
                cout<<"No one is waiting"<<endl;
                cout<<"For me to fail"<<endl;
                cout<<"My will could sail yeah"<<endl;
                cout<<""<<endl;
                cout<<"It's such a waste to be wasted"<<endl;
                cout<<"In the first place"<<endl;
                cout<<"I want to taste the taste of"<<endl;
                cout<<"Being face to face with common grace"<<endl;
                cout<<"To meditate on the warmest dream"<<endl;
                cout<<"And when I walk alone I listen"<<endl;
                cout<<"To our secret theme"<<endl;
                cout<<""<<endl;
                cout<<"Your solar eyes are like"<<endl;
                cout<<"Nothing I have ever seen"<<endl;
                cout<<"Somebody close"<<endl;
                cout<<"That can see right through"<<endl;
                cout<<"I'd take a fall and you know"<<endl;
                cout<<"That I'd do anything"<<endl;
                cout<<"I will for you"<<endl;
                cout<<""<<endl;
                cout<<"Sailin' for the sun"<<endl;
                cout<<"'Cause There is one"<<endl;
                cout<<"Knows where I'm from"<<endl;
                cout<<""<<endl;
                cout<<"I care for you"<<endl;
                cout<<"I really do I really do"<<endl;
                cout<<""<<endl;
                cout<<"Come closer now"<<endl;
                cout<<"So you can lie"<<endl;
                cout<<"Right by my side"<<endl;
                cout<<""<<endl;
                cout<<"Sit alone in the sun"<<endl;
                cout<<"I wrote a letter to you"<<endl;
                cout<<"Getting over myself"<<endl;
                cout<<""<<endl;
                cout<<"Your solar eyes are like"<<endl;
                cout<<"Nothing I have ever seen"<<endl;
                cout<<"Somebody close"<<endl;
                cout<<"That can see right through"<<endl;
                cout<<"I'd take a fall and you know"<<endl;
                cout<<"That I'd do anything"<<endl;
                cout<<"I will for you"<<endl;
                cout<<""<<endl;
                cout<<"Your solar eyes are like"<<endl;
                cout<<"Nothing I have ever seen"<<endl;
                cout<<"Somebody close"<<endl;
                cout<<"That was made for you"<<endl;
                cout<<"I'd take a fall and you know"<<endl;
                cout<<"That I'd do anything"<<endl;
                cout<<"I will for you"<<endl;
                cout<<""<<endl;
                cout<<"Close to my skin"<<endl;
                cout<<"Someone who's been"<<endl;
                cout<<"I'm a falling in"<<endl;
                cout<<""<<endl;
                cout<<"Disasters are"<<endl;
                cout<<"Just another star"<<endl;
                cout<<"Falling in my yard"<<endl;
                cout<<""<<endl;
                cout<<"John says to live above hell"<<endl;
                cout<<"My will is well"<<endl;
                cout<<""<<endl;
                cout<<"Long to be with"<<endl;
                cout<<"Someone to tell"<<endl;
                cout<<"I love your smell"<<endl;
                cout<<"----------------------------------"<<endl;
                cout<<"Would you like to view another song?"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==12)
            {
                system ("cls");
                cout<<"------Savior------"<<endl;
                cout<<"Dusting off your savior"<<endl;
                cout<<"You were always my favorite"<<endl;
                cout<<"Always my man - All in a hand"<<endl;
                cout<<""<<endl;
                cout<<"To celebrate you is greater"<<endl;
                cout<<"Now that I can - Always my man"<<endl;
                cout<<""<<endl;
                cout<<"Now you see what I came for"<<endl;
                cout<<"No one here is to blame for"<<endl;
                cout<<"Misunderstand - All in a hand"<<endl;
                cout<<""<<endl;
                cout<<"Just like you 'cause you made me"<<endl;
                cout<<"All that I am - All in a hand"<<endl;
                cout<<""<<endl;
                cout<<"A butterfly that flaps its wings"<<endl;
                cout<<"Affecting almost everything"<<endl;
                cout<<"The more I hear the orchestra"<<endl;
                cout<<"The more I have something to bring"<<endl;
                cout<<"And now I see you in a beautiful"<<endl;
                cout<<"And different light"<<endl;
                cout<<"He's just a man and any damage done"<<endl;
                cout<<"Will be all right"<<endl;
                cout<<"Call out my name"<<endl;
                cout<<"Call and I came"<<endl;
                cout<<""<<endl;
                cout<<"Dusting off your savior"<<endl;
                cout<<"Forgiving any behavior"<<endl;
                cout<<"He's just a man - All in a hand"<<endl;
                cout<<""<<endl;
                cout<<"Your hero's destined to waver"<<endl;
                cout<<"Anyone can - Always my man"<<endl;
                cout<<""<<endl;
                cout<<"I would never betray you"<<endl;
                cout<<"Look at me who could raise you"<<endl;
                cout<<"Face in the sand - Safe in your hand"<<endl;
                cout<<""<<endl;
                cout<<"You were always my favorite"<<endl;
                cout<<"Always my man - All in a hand"<<endl;
                cout<<""<<endl;
                cout<<"We are the red hots and"<<endl;
                cout<<"We're loving up the love me nots"<<endl;
                cout<<"The flowers in your flower pots"<<endl;
                cout<<"Are dancing on the table tops"<<endl;
                cout<<"And now I see you in a beautiful"<<endl;
                cout<<"And different light"<<endl;
                cout<<"He's just a man and everything he does"<<endl;
                cout<<"Will be all right"<<endl;
                cout<<"Call out my name"<<endl;
                cout<<"Call and I came"<<endl;
                cout<<""<<endl;
                cout<<"Dusting off your savior"<<endl;
                cout<<"The life that you have narrated"<<endl;
                cout<<"You were my man"<<endl;
                cout<<"----------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)?"<<endl;
                system ("cls");
                system ("color 0a");
            }

            else if(song==13)
            {
                system ("cls");
                cout<<"------Purple Stain------"<<endl;
                cout<<"To finger paint is not a sin"<<endl;
                cout<<"I put my middle finger in"<<endl;
                cout<<"Your monthly blood is what I win"<<endl;
                cout<<"I'm in your house now let me spin"<<endl;
                cout<<""<<endl;
                cout<<"Python power straight from Monty"<<endl;
                cout<<"Celluloid loves got a John Frusciante"<<endl;
                cout<<"Spread your head and spread the blanket"<<endl;
                cout<<"She's too free and I'm the patient"<<endl;
                cout<<""<<endl;
                cout<<"Black and white a red and blue"<<endl;
                cout<<"Things that look good on you"<<endl;
                cout<<"And if I scream don't let me go"<<endl;
                cout<<"A purple stain - I know"<<endl;
                cout<<""<<endl;
                cout<<"Knock on wood we all stay good"<<endl;
                cout<<"'Cause we all live in Hollywood"<<endl;
                cout<<"With Dracula and Darla Hood"<<endl;
                cout<<"Unspoken words were understood"<<endl;
                cout<<""<<endl;
                cout<<"Up to my (censored) in alligators"<<endl;
                cout<<"Let's get it on with the alligator haters"<<endl;
                cout<<"Did what you did - did what you said"<<endl;
                cout<<"What's the point yo what's the spread"<<endl;
                cout<<""<<endl;
                cout<<"Black and white a red and blue"<<endl;
                cout<<"Things that look good on you"<<endl;
                cout<<"And if I scream don't let me go"<<endl;
                cout<<"A purple stain - I know"<<endl;
                cout<<"And if I call for you to stay"<<endl;
                cout<<"Come hit the funk on your way"<<endl;
                cout<<"It's way out there but I don't care"<<endl;
                cout<<"'Cause this is where - I go"<<endl;
                cout<<""<<endl;
                cout<<"Knock on wood we all stay good"<<endl;
                cout<<"'Cause we all live in Hollywood"<<endl;
                cout<<"With Dracula and Darla Hood"<<endl;
                cout<<"Unspoken words were understood"<<endl;
                cout<<""<<endl;
                cout<<"It's way out there"<<endl;
                cout<<"But I don't care"<<endl;
                cout<<"'Cause this is what"<<endl;
                cout<<"I want to wear"<<endl;
                cout<<""<<endl;
                cout<<"Knock on wood we all stay good"<<endl;
                cout<<"'Cause we all live in Hollywood"<<endl;
                cout<<""<<endl;
                cout<<"To finger paint is not a sin"<<endl;
                cout<<"I put my middle finger in"<<endl;
                cout<<"Your monthly blood is what I win"<<endl;
                cout<<"I'm in your house now let me spin"<<endl;
                cout<<""<<endl;
                cout<<"Feather light but you can't move this"<<endl;
                cout<<"Farley is an angel and I can prove this"<<endl;
                cout<<"Purple is a stain upon my pillow"<<endl;
                cout<<"Let's Sleep weeping willow"<<endl;
                cout<<""<<endl;
                cout<<"Black and white a red and blue"<<endl;
                cout<<"Things that look good on you"<<endl;
                cout<<"And if I scream don't let me go"<<endl;
                cout<<"A purple stain - I know"<<endl;
                cout<<"And if I call for you to stay"<<endl;
                cout<<"Come hit the funk on your way"<<endl;
                cout<<"It's way out there but I don't care"<<endl;
                cout<<"'Cause this is where - I go"<<endl;
                cout<<""<<endl;
                cout<<"Knock on wood we all stay good"<<endl;
                cout<<"'Cause we all live in Hollywood"<<endl;
                cout<<"With Dracula and Darla Hood"<<endl;
                cout<<"Unspoken words were understood"<<endl;
                cout<<""<<endl;
                cout<<"It's way out there"<<endl;
                cout<<"But I don't care"<<endl;
                cout<<"'Cause this is what"<<endl;
                cout<<"I want to wear"<<endl;
                cout<<""<<endl;
                cout<<"Knock on wood we all stay good"<<endl;
                cout<<"'Cause we all live in Hollywood"<<endl;
                cout<<"----------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>> y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==14)
            {
                system ("cls");
                cout<<"Right on Time"<<endl;
                cout<<"One shot all I need"<<endl;
                cout<<"I've got rhythm when I bleed"<<endl;
                cout<<""<<endl;
                cout<<"'Til death do us part"<<endl;
                cout<<"Break my heart so I can start"<<endl;
                cout<<""<<endl;
                cout<<"Supercalifragilistic"<<endl;
                cout<<"Kiss me in the futuristic"<<endl;
                cout<<"Twisted but I must insist"<<endl;
                cout<<"It's time to get on top of this"<<endl;
                cout<<""<<endl;
                cout<<"[Chorus:]"<<endl;
                cout<<"It's right on time"<<endl;
                cout<<"It's right on time"<<endl;
                cout<<"It's right on time"<<endl;
                cout<<"It's right on time it's right on time it's right on"<<endl;
                cout<<"time it's right on time"<<endl;
                cout<<"Lookin' fine you're lookin' fine get on 1999"<<endl;
                cout<<"It's right on time"<<endl;
                cout<<""<<endl;
                cout<<"Discard to bombard"<<endl;
                cout<<"Calling all you shooting stars"<<endl;
                cout<<""<<endl;
                cout<<"Holy cow bow wow wow"<<endl;
                cout<<"Now I'm here I'm nowhere now"<<endl;
                cout<<""<<endl;
                cout<<"Joan of Arc reincarnated"<<endl;
                cout<<"Maybe we could be related"<<endl;
                cout<<"So much blood to circulate"<<endl;
                cout<<"And so much space to decorate"<<endl;
                cout<<""<<endl;
                cout<<"[Chorus]"<<endl;
                cout<<""<<endl;
                cout<<"Plain and simple pain"<<endl;
                cout<<"I want to but I can't complain"<<endl;
                cout<<""<<endl;
                cout<<"Death row let us go"<<endl;
                cout<<"It's time to blow up for the show"<<endl;
                cout<<""<<endl;
                cout<<"All the world reverberated"<<endl;
                cout<<"Coming through we motorcaded"<<endl;
                cout<<"Vibrate when we operated"<<endl;
                cout<<"Turning up in solid stated"<<endl;
                cout<<""<<endl;
                cout<<"Oh Lord"<<endl;
                cout<<"----------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                cin>>y;
                system ("cls");
                system ("color 0a");
            }
            else if(song==15)
            {
                system ("cls");
                cout<<"------Road Trippin'------"<<endl;
                cout<<"Road trippin' with my two favorite allies"<<endl;
                cout<<"Fully loaded we got snacks and supplies"<<endl;
                cout<<"It's time to leave this town"<<endl;
                cout<<"It's time to steal away"<<endl;
                cout<<"Let's go get lost"<<endl;
                cout<<"Anywhere in the U.S.A."<<endl;
                cout<<""<<endl;
                cout<<"Let's go get lost"<<endl;
                cout<<"Let's go get lost"<<endl;
                cout<<""<<endl;
                cout<<"[Chorus:]"<<endl;
                cout<<"Blue you sit so pretty"<<endl;
                cout<<"West of the one"<<endl;
                cout<<"Sparkles light with yellow icing"<<endl;
                cout<<"Just a mirror for the sun"<<endl;
                cout<<"Just a mirror for the sun"<<endl;
                cout<<"Just a mirror for the sun"<<endl;
                cout<<""<<endl;
                cout<<"These Smiling eyes are just a mirror for"<<endl;
                cout<<""<<endl;
                cout<<"So much as come before those battles lost and"<<endl;
                cout<<"won"<<endl;
                cout<<"This life is shining more forever in the sun"<<endl;
                cout<<"Now let us check our heads"<<endl;
                cout<<"And let us check the surf"<<endl;
                cout<<"Staying high and dry's"<<endl;
                cout<<"More trouble than it's worth"<<endl;
                cout<<"In the sun"<<endl;
                cout<<""<<endl;
                cout<<"Just a mirror for the sun"<<endl;
                cout<<"Just a mirror for the sun"<<endl;
                cout<<"Just a mirror for the sun"<<endl;
                cout<<""<<endl;
                cout<<"These Smiling eyes are just a mirror for"<<endl;
                cout<<""<<endl;
                cout<<"In Big Sur we take some time to linger on"<<endl;
                cout<<"We three hunky dory's got our snakefinger on"<<endl;
                cout<<"Now let us drink the stars"<<endl;
                cout<<"It's time to steal away"<<endl;
                cout<<"Let's go get lost"<<endl;
                cout<<"Right here in the U.S.A"<<endl;
                cout<<""<<endl;
                cout<<"[Chorus]"<<endl;
                cout<<""<<endl;
                cout<<"These smiling eyes are just a mirror for"<<endl;
                cout<<"These smiling eyes are just a mirror for"<<endl;
                cout<<"Your smiling eyes are just a mirror for"<<endl;
                cout<<"----------------------------------------------"<<endl;
                cout<<"Would you like to view another song? (y/n)"<<endl;
                system ("cls");
                system ("color 0a");
            }

    }
    }

                system ("pause");
                return 0;

}

Comments

Sign in to comment.
TheDreamLord   -  Jan 29, 2011

Nice :D i love nickelback so I'm happy :]

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.