var timer=setTimeout("skip()",20*1000)

function cornice()
{
	if (document.all)
	{
		with(window.document.body.style)
		{
			borderWidth=3;
			borderStyle='solid';
			borderColor='ff0000';
		}
	}
} 


function skip()
{
	location="home.aspx"
}