﻿if (self != top) {
//Add Code here to log the ocurrance

//Redirect them to an error page
    top.location.href = 'http://preview.icommerce.com'; //window.location.href;
    }
