/**
 * @author baileyd
 */
Event.onDOMReady(function() {
	var atag = document.getElementById("corp_popup");
	if (atag) {
		atag.onclick = function(){
			window.open('http://webcasting.treetopproductions.co.uk/morrisons/live.htm', 'window', 'scrollbars=no, resize=no, status=no, width=1000, height=700');
			return false;
		}
	}
});