﻿location.replace( "http://www.perotsystems.com/mediaroom/" );

/*

var InFrame = false;

try
{
    var url = top.location.href;
}
catch ( e )
{
    // If we get an error then we must be in a frame.  This is due to 
    // the "Access Denied" error when trying to access a frame in a different domain.
    InFrame = true;
}

if ( ! InFrame )
{
    location.replace( "http://www.perotsystems.com/mediaroom/" );
}

*/