﻿$ektron(document).ready(function(){
	/*
    var __dest = $ektron('#__destination');
    if(navigator.appVersion.indexOf('MSIE') > 0)
    {
        __dest.html($ektron('#aspnetForm').html());
        $ektron('#aspnetForm').empty();
        __dest.attr('class','');
        __dest.show();
    }
	*/
    start();
    url_switch(location.href);
    //expandMyList();
    //check_res();
	
});
