
/*Current date script for copyright
*/
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright © "+ update + " Fraser Island Beach Houses");
