﻿function socialClick(index) 

{

    switch (index)

    {

        case 0:

            window.location = "http://www.youtube.com/user/VitaNewYork";

            break;

        case 1:

            window.location = "http://www.facebook.com/pages/New-York-NY/Vita-New-York/151256661562886?ref=ts";

            break;

        case 2:

            window.location = "http://twitter.com/VITANEWYORK";

            break;

    }

}

function homeRedirect()

{

    window.location = "home.php";



}
