/*

countdown frame buster

*/

function break_it_baby() {
	if (top!=self) {
		top.location = location;
	} 
}
setTimeout('break_it_baby()',5000);