(function() {
try {
if(!ubk.exists) { throw "ogncObjUndefined"}

//Commonly used functions/helpers
ubk.home = 
{	//check for cookie to play intro once
	isReturnVisitor:ognc.getCookie('homepage')
}

} catch(e) { console.log("error: " + e);}
})();

