function getCurrentRootPath(){ 
	var scr=document.getElementsByTagName('script');
	scr=scr[scr.length-1];
	var src='';
	try{
		src = scr.src || scr.text;
	}
	catch(err){
		src = scr.getAttribute("src");
	}
	src = src.replace(location.protocol+'//', '');
	src = src.replace(location.host, '');
	src = src.replace('assets/js/fw/init.js', '');
	return src;
}

_w = window ;
_d = _w.document ;
$J = jQuery.noConflict();
_w.path = getCurrentRootPath();

_w.loaderpath = _w.path+'assets/img/ajax-loader.gif';
_w.loadercache = new Image();
_w.loadercache.src = _w.loaderpath;

_w.slidespeed = 600;
_w.uid = new Date().getTime();
undefined;
//( new Image() ).src = _w.loaderpath ;
_w.defAjaxDiv = 'ajaxloadersection';
_w.ajaxHandlers=new Array();
