try{
	if( typeof(OlOs) == 'undefined' ){
		OlOs = function(){ return this }
		
		OlOs.prototype.attachTo = function( attach , to ){
			this[to] = attach;
		}
	}
}catch(e){
	OlOs = function(){ return this }
	
	OlOs.prototype.attachTo = function( attach , to ){
		this[to] = attach;
	}
}
