/***********************************************************************************
Designed by Fast Sites Ltd: www.fastsites.co.uk		
***********************************************************************************/

// Page Resized

function pageResize(){
	var origWidth;
	if (document.layers) {
	  origWidth = window.innerWidth;
	  onresize = function() { if(innerWidth != origWidth) location.reload(); }
	}
	else if (document.all) onresize = function() { window.location.reload(); }
}
//-->