<!--

	//#           file: sOnTop.js
	//#        project: HIT Radio Jugoton
	//#           date: 2005-12-30
	//#         author: Uwe Walter <uw-walter@mainzkom.de>
	//#       customer: Cedomir Majstorovic
	//#    description: prevents from loading into foreign frames.
	//#   dependencies: none


	if(top != self)
   	top.location = self.location;

//-->

