// JavaScript Document
function frmT() {
	if (parent.location.href == self.location.href){
		window.location.href = 'http://www.haarlemsstraatorkest.nl';
	}
}
