

	/*
	 * snd namespace
	 * 
	 */
	 
	 (function(){
	 	
		if (typeof window.snd != 'undefined')return;
		 
		window.snd = (function(){
		 	
			//private variables here
		 	
		 	return {
		 		
		 		method:function(){},
		 		method:function(){},
		 		method:function(){},
		 		method:function(){},
		 		method:function(){},
		 		method:function(){},
		 		method:function(){}
		 		
		 	}
		 	
		//..snd
	 	})();
	 
	 //..anon
	 })();