﻿//Default page title
document.write('<title>FREEDOM INTERACTIVE DESIGN | PROJECT WIREFRAME TEMPLATE</title>');

//Update the page title
function updatePageTitle( $s ) {
	window.top.document.title = unescape( $s );
}
