/* author: Vile E. Berthelsen */
/* Creation date: 26-02-2005 */

//Hide status bar msg script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use

//configure status message to show
var statusmsg="werneby.dk - Vile, Inger, Niki & Nuka"

function hidestatus(){
window.status=statusmsg
return true
}