

function submitit()
{
xx=document.bb.KeywordSearch.value
if (xx != '')
{
document.aa.action='site_search.asp?search=' + xx + '&submit=ILLusions+Search&mode=allwords'
document.aa.submit()
}

}

function redirectToNewWeb()
{
document.location.href = "http://www.illusions-online.com";
}


