

function getMessage(page) {
	return '<div style="margin:20px 0px 20px 0px;text-align:center;" class="content">'
		+ '<p>Our site has recently changed. You will be automatically re-directed to the new link (<em>or <a href="' + page + '.php">click here</a></em>).'
		+ 'Please update your bookmarks.</p>';
}


function getRedirect(page) {
	return '<META http-equiv=Refresh content="8;URL=http://decksbystclair.com/' + page + '.php">';
}



