var base_path = "";

function trackPage(s,p,c){
    cto.initFlashPV();
    cto.trackType = "pageView";
    cto.pageName = p;
    cto.siteSection = base_path + s;
    cto.contentType = c;
    cto.trackFlashPV();
}

function trackLink(i){
    cto.trackLink(i);
}


