(function(){
	
	var onload,data,i,l,scripts,scriptTag,sign="r0bPVZBD";
	    
	scriptTag = document.currentScript;
		
	if (!scriptTag) {

		scripts = document.getElementsByTagName("script");
	    
	    l = scripts.length;
		    
		for (i=0;i<l;i++) {
			scriptTag = scripts[i];
			try {
				if (scriptTag.src.indexOf(sign) > 0 && !scriptTag.getAttribute("ccinuse")) {
					break; 
				}
			} catch(e) {}
		}
		
	}
	
	if (scriptTag) {
		
		scriptTag.setAttribute("ccinuse","1");
		
		onload = window[scriptTag.id];
		
		if (!onload) try { onload = top[scriptTag.id] } catch(e) {}
	}
	
	try {
		onload(data);
	} catch(e) {}

})();
