
/*
	"Hemi" JavaScript Framework
	Engine for Web Applications 3.1
	Composite file "hemi.comp.js" release: 3.1.1
	Copyright 2002 - 2010. All Rights Reserved.
	Author: Stephen W. Cote
	Email: sw.cote@gmail.com
	Project: http://www.whitefrost.com/Hemi/
	BSD License: http://www.whitefrost.com/Hemi.license.txt
*/
(function(){if(typeof Storage!="undefined"){H.include("hemi.storage.dom");}else if(!D.TU(document.documentElement.addBehavior)){H.include("hemi.storage.iestore");}H.namespace("storage",H,{v:"3.1.1",sp:0,pst:"auto",psts:["auto","local","session","global"],getStorageProvider:
function(){if(H.storage.sp)return H.storage.sp;if(!D.TU(H.storage.dom))return(H.storage.sp=H.storage.dom);else if(!D.TU(H.storage.IEStorageProvider))return(H.storage.sp=H.storage.IEStorageProvider);},testStorageSupported:
function(){return(H.storage.getStorageProvider()!=null&&H.storage.getStorageProvider().getPreferredStorage()!=null?1:0);}});}());
/* End Hemi Framework 3.1 */
