/*
 * www.newelectronx.com
 * js script used on http://www.newelectronx.com
 * contact: http://www.newelectronx.com/contact.php
 */

function preventBack(){window.history.forward();}

    setTimeout("preventBack()", 0);

    window.onunload=function(){null};