// JavaScript Document
document.domain = "younginvincibles.org";

if ( top != self )
{
	window.top.location = window.self.location;
}

