﻿$(document).ready(function ()
{
    var x = $("a.livequote");
    $("a.livequote").colorbox({ width: "543px", height: "865px", iframe: true });


});
