﻿
function ChangeButtons(Control1, Control2)
{
    
    var c1 = document.getElementById(Control1);
    var c2 = document.getElementById(Control2);
   
    c1.style.display = "none";
    c2.style.display = "block";

}



$(document).ready(function () {

    if (location.pathname == '/' || location.pathname == '' || location.pathname == '/index.aspx' || location.pathname == '/Index.aspx') {
        if (location.search == '?testingcurl') {
            var peelscript = document.createElement("script");
            peelscript.type = "text/javascript";
            peelscript.src = "/peel/pageear.js";    // use this for linked script
            peelscript.text = ""               // use this for inline script
            document.body.appendChild(peelscript);
        }
    }

    img = jQuery('.alternate_sites > a[href="http://www.findmeplayers.com"] > img');
    img.attr('src', '/Images/alternate_sites/FindMeGuests.png');
    lnk = img.parent();
    lnk.attr('href', 'http://www.findmeguests.com');
       

   
});
