    //// Global start ////
    /// This javascript code can reside in any existing Script file, or it can be self contained.
    /// Global values to be used
    /// Notes:
    /// Set the Site ID and Dealer ID for all the links, with these values we dont have to change 1 link if the SID changes.
    /// These values are global, so no need to pass them through a function call (ease of maintenance)
    /// !!!!!IMPORTANT!!!!! THESE VALUES ARE REQUIRED FOR THE SCRIPT TO WORK CORRECTLY!
        
					var stId ="847";
                    var dlrId="330";
                    
    //// Global end ////