﻿$(window).load(function() {lazyLoad;});
function lazyLoad() {$.ajax({type: "GET",url: "http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js",dataType: "script",cache: true});}