<!--- Breaks page out of frames. --->

 if (top.frames.length != 0)
	 {
	 	self.parent.location = 'http://www.i-man.com.au';
	 }
		
