//var from = document.referrer; 
//var mySite = "http://www.parajanov.com/"
//window.status = from;
  if (document.referrer.substring(0, 25) != 'http://www.parajanov.com/')
	{
  if (document.referrer.substring(0, 21) != 'http://parajanov.com/')
	 {
  if (document.referrer == '')
	 {
   window.location.href = 'http://www.parajanov.com/main.html';
	 }
	 else
	 {
// change the url below to the url of the
// frameset page...
   window.location.href = 'http://www.parajanov.com';
 		}
	 }
 };

