// ** Charles Bowman <charles.bowman@o2.com>, 6th June 2003  **
// ** Site release 1.01                                      **
// ** for: http://www.rollasons.com/                         **

function WindName() {
	window.defaultStatus = "Rollasons.com";
}

// this is for links that have yet to be created or out-of-order.
function linkOutOfOrder() {
alert("Sorry, this Link is not currently available");
}

function grace() {
document.forms[0].FAO.focus();
}
