window.addEvent('domready', function() {
	if (!Cookie.read('first_visit')) {
		Cookie.write('first_visit', 'false', { path: '/', duration: 10 });
		$('wpr-banner').set('html', '<div id="banner"><h3>what</h3><p>software compliance can reveal opportunities.</p><h3>who</h3><p>b.lay is about the unique Business Intelligence you can achieve by knowing how and for what, software assests are used.</p><h3>how</h3><p>b.lay accelerates the flow of business, cultivates strategic relationships whilst protecting corporate investments and assets.</p></div>');
	} else {
		$('wpr-banner').destroy();
	}
});
