//Redirect if not in a frame
if (parent.location.href == self.location.href) {
if (window.location.href.replace)
window.location.replace('http://www.t-banan.se/');
else
// causes problems with back button, but works
window.location.href = 'http://www.t-banan.se/';
}

