document.write('<div id="wiwclan_sostav-loader" style="margin:2px; padding: 6px; border:1px solid:#333333; background:#cc0000; color: #fff; text-align:center">Preloading WiW1 Sotav modules...</div>');
var WiWClan_LoadModules = function() {
	var jsCDN = 'http://js.wiw1.info';
	var imgCDN = 'http://img.wiw1.info';
	jQuery.ajaxSetup({
		cache:true,
		scriptCharset:'windows-1251'
	});
	jQuery.getScript(jsCDN + '/jquery/jquery.xLazyLoader.min.js',function(){
		jQuery.xLazyLoader({
			js : jsCDN + '/jquery/jquery.wiwclan_plugins.js',
			css : 'http://v1.wiw1.info/styles/main.css',
			img : [ 
			       'http://v1.wiw1.info/styles/onoff.gif',
			       imgCDN + '/wiw1/pers_bg_2px.gif',
			       imgCDN + '/wiw1/pers_loading.gif',
			       imgCDN + '/wiw1/pers_error.gif',
			       imgCDN + '/wiw1/pers_notfound.gif',
			       imgCDN + '/wiw1/pers_vacancy.gif'
			      ],
			success : function() {
				jQuery.getScript(jsCDN + '/wiwclan/sostav_manual_win.js',function(){
					jQuery('#wiwclan_sostav-loader').hide();
				});
			}
		});
	});
};

if (typeof jQuery != 'function') {
	var jQuery = null;
	var jQ = document.createElement('script');
	jQ.onload = WiWClan_LoadModules;
	jQ.onreadystatechange = function () {
		if (this.readyState == 'complete' || this.readyState == 'loaded') WiWClan_LoadModules();
	};
	jQ.onerror = function() { alert(jQueryError); };
	jQ.type = 'text/javascript';
	jQ.src = 'http://js.wiw1.info/jquery/jquery.min.js';
	document.getElementsByTagName('head')[0].appendChild(jQ);
} else WiWClan_LoadModules();
