var bannerLinks = [
'IPOPriceboard.aspx',//Links hình th? 1
'Services.aspx?cat=28',//Links hình th? 2
'Services.aspx?cat=30'//Links hình th? 3
];

function goTolink(idx){
    if(bannerLinks[idx])
        location.href = bannerLinks[idx];
    else
        return false;
}
