﻿/// <reference path="/Scripts/jquery-1.4.1-vsdoc.js" />


//#region Document.Ready Function
$telerik.$(document).ready(function () {
    //#region Document.Ready Startup 
    //Allows all li's classed with new window to open in a new window
    $telerik.$(".newWindow").attr("target", "_blank");
    
});
//#endregion
