//UWEC SCRIPT
//BUILT BY QUINN HANAM
//This file contains javascript relating to the UWEC main web page.

if (top.location != self.location)
{
	top.location.replace(self.location);
}