@ -267,7 +267,7 @@
<script type="text/javascript" >
function inIframe () {
try {
return window.self !== window.top;
return window.location !== window.parent.location
} catch (e) {
return true;
}