ok guys just want to change my safe buy window so it pops up in a new window or in a new tab so customers stay on my site and will just have to close the page and my site is there. the code is as below
<a href="https://ratings.safebuy.org.uk/xboxmemberships.co.uk/stats.html">
<script type="text/javascript">
var size = 150;
var prefix = location.protocol=="https:" ? "https" : "http";
document.write("<img src='"+prefix+"://ratings.safebuy.org.uk/");
document.write("xboxmemberships.co.uk/stars-"+size+".gif' />");
</script>
</a>



