

try {
    var pageTracker = _gat._getTracker("UA-7090997-13");
    pageTracker._trackPageview();
    
} catch(err) {}




function trackPageView(getQuoteLink) {
    // call the global function
    gaTrackPageView(getQuoteLink);

}


function trackPageViewForFlash(flashLink){
    // call the global function
    gaTrackPageViewForFlash(flashLink);
}