﻿$(document).ready(function () {
    var marketUrl = 'market://details/?id=';
    $(".rbcLink").click(function (event) {
        event.preventDefault();
        window.open(marketUrl + 'connexinet.android.RBCFinder');
    });
    $(".cibcLink").click(function (event) {
        event.preventDefault();
        window.open(marketUrl + 'connexinet.android.cibclocations');
    });

    $(".TimPageLink").click(function (event) {
        event.preventDefault();
        window.location = '/tim-hortons-locations.aspx';
    });

    $(".timLink").click(function (event) {
        event.preventDefault();
        window.open(marketUrl + 'connexinet.android.timhortonsfinder');
    });
    $(".tireLink").click(function (event) {
        event.preventDefault();
        window.open(marketUrl + 'connexinet.android.canadiantirefinder');
    });

    $(".scotiaLink").click(function (event) {
        event.preventDefault();
        window.open(marketUrl + 'connexinet.android.scotiafinder');
    });

    $(".boozeLink").click(function (event) {
        event.preventDefault();
        window.open('http://ontarioboozefinder.blogspot.com');
    });

});
