﻿$(document).ready(function () {
    $('#vz').click(function () {
        window.location.href = '/jump/verizon/';
    });
});
