// This seems to cause a problem with the facebook "like" button
// for some users of IE7 and IE8.
/*
if (top.location != self.location)
{
    top.location = self.location.href;
}
*/
