﻿$(document).ready(function() {
    $('.appLinks .iphone').click(function() {
        var s = s_gi(s_account);
        var event = 'iphone_app';
        s.tl(this, "o", event);
    });

    $('.appLinks .android').click(function() {
        var s = s_gi(s_account);
        var event = 'android_app';
        s.tl(this, "o", event);
    });
});