if(window.parent.location==window.location)
{
alert('Uruchomiłeś niewłaściwą stronę.\nNastąpi automatyczne przekierowanie\ndo strony początkowej.');
window.location='index.html';
}
document.oncontextmenu=new Function ('return false');
