<!--
if (parent.location.href == self.location.href) {
    if (window.location.replace)
        window.location.replace('../marketing/internet.shtml');
    else
        window.location.href = '../marketing/internet.shtml';
}
//  -->

