////////////////////////////////////////////////////////
// SKG Web
////////////////////////////////////////////////////////
// Version: @project-version@
// Release Date: @project-date-iso@
// Author: Jabouty of The Astral Order, Eldre'Thalas
// Email: bubbabriggs@gmail.com
////////////////////////////////////////////////////////
// You are free to modify these files for your own
// personal use as long as this header and all copyright
// information remains intact. However, these files
// cannot be redistributed after modification without
// explicit written permission from the author.
////////////////////////////////////////////////////////

function hidestatus(){
	window.status=''
	return true
}
if (document.layers){
	document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
}
document.onmouseover=hidestatus
document.onmouseout=hidestatus

////////////////////////////////////////////////////////
// scripts/links.js
////////////////////////////////////////////////////////
// Version: @file-revision@
// Release Date: @file-date-iso@
////////////////////////////////////////////////////////
