﻿//Default page title
document.write('<title>The Little School House at Driftwood and Little Party Place</title>');

//Update the page title
function updatePageTitle( $s ) {
	window.top.document.title = unescape( $s );
}
