// JavaScript Document
function unsite01(page_not_avialable_01)
{
	alert ('The page your accessing is currently not available.' + page_not_avialable_01);
}
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=550');");
}
// End -->

function addsmiley(code)  
{  
    var pretext = document.mailer.comments.value;      
    this.code = code;  
    document.mailer.comments.value = pretext + code;  
}  

