function popupSized(windowname,width,height) {
	var thisWin = window.open('',windowname,'width='+width+',height='+height+',scrollbars=yes,screenX=50,screenY=50,top=50,left=50,resizable=yes');
	if (thisWin.focus) thisWin.focus();
}

function includeNews() {
	document.write('<h4>Lions News</h4>');
	document.write('<p>20/09/05<br />');
	document.write('<strong>GB Lions Take Bronze</strong><br />');
	document.write('<a href=\"/gblionsflag/news/euroseniorchamps2005.html\">European Flag Football Championships - Helsinki, Finland - 16 - 18 September 2005</a></p>');
}
