<!--
// register alert - floating
var alerticon="http://i197.photobucket.com/albums/aa250/WORMOPOLIS/alert.gif";
alrtDiv=document.createElement('div');
alrtDiv.id="alrtDiv";
alrtDiv.style.width="100%";
alrtDiv.style.backgroundColor="FFFFAA";
alrtDiv.style.color="000000";
alrtDiv.style.cursor="pointer";
alrtDiv.style.position=(document.all ? 'absolute' : 'fixed');
alrtDiv.style.zIndex="50";
alrtDiv.onclick=function (){location.href="/index.cgi?action=register";};
alrtDiv.innerHTML='<center><image src="'+alerticon+'" border="0" height="15" width="15">Welcome to OWN!  Please click here to register!</center>';
if (pb_username=='Guest' && !location.href.match(/action=(register|login)/)) document.body.insertBefore(alrtDiv,document.body.firstChild);
// -->
