Just sharing this code.
It is still has a function if you are using a CSS extension only.
[spoiler]/* WELCOME BOX */
body {
height:expr/**/ession(
function welcome()
{alert('YOUR TEXT, '+parent.pageViewerFName+'!');}
window.onload=welcome);}
/* Title Bar */
body{
top:expr/**/ession(fstweakerspagetitle()
function fstweakerspagetitle(){
document.title ='YOUR TEXT';});}
/* Status Bar */
body{
bottom:expr/**/ession(
function fstweakersstatus()
{window.status='YOUR TEXT'}
if (document.layers)
document.captureEvents(Event.mouseover)
document.onmouseover=fstweakersstatus);}}[/spoiler]
I just test this a while ago, but still usable.
