/*
	***********************************************************************************

	File:				formular.js
	Author:				maximilian uhl & gerwalt leitner, © studiosdigital.at 2004
	Description:		validates inputs of form field
	
	Configuration:	*/
									/*

	***********************************************************************************	
*/
function framebuster(){
	if(self.name!='content'){
		//alert('hello world');
		document.location = ('http://www.sublimefriends.at');
		}
	else
		{
		//alert('bye world');
		return;
		}
	}	

framebuster();


