﻿function getIncentives(make)
{
    try
    {        
        window.location=document.getElementById("url").value+document.getElementById("ext").value+"/incentives/"+make+".htm";    
    }
    catch(e){}
}

