<!-- Hide script from older browsers

var a = self.top.location.toString().indexOf("www.lektire.net");
var b = self.top.location.toString().indexOf("file:///E:/Html");

if ((a==-1) && (b==-1))
  self.top.location="http://www.lektire.net";

if (b==-1)
  if (self.top.location==self.location) 
	self.top.location="http://www.lektire.net";
  
// end hiding contents -->