// JavaScript Document

// Function to allow one JavaScript file to be included by another.
// Copyright (C) 2006 www.cryer.co.uk

window.onload = function(){
	external();
	sfHover();
}