// JScript File
window.onload=fnInit;
function fnInit()
{
        window.open("http://www2.unlimited-art.eu/","_self");
}

