﻿function pageLoaded() {
    //I can call jQuery functions from here as long as
    //jQuery.js is loaded in the header of the page that calls this
    var qs = new Querystring()
    var param = qs.get("ad")
    if (param!=null && param=="googleppc") {
        $("#switchPhone").html("866-966-7240");
    }   
}