// Script #1

// Display the site in a new window, if it's called in frames
if (window != top) top.location.href = location.href;

// End Script #1

