tiens voilà un code qui normalement te permettra de degager la pub multimania à droite.
< script language=javascript>
var is_ad_removed=false;
if(!is_ad_removed &&
(top.document.body.clientWidth!=document.body.clie
ntWidth ||
top.document.body.clientHeight!=document.body.clie
ntHeight))
{
top.frames[1].location.href="";
var address=window.location;
var s=´<html><head><title>´+´</title></head>´+
´<frameset cols="*,0" frameborder="0" border="0" framespacing="0" onload="return true;" onunload="return true;">´+
´<frame src="´+address+´?" name="memberPage" scrolling="auto" noresize>´+
´<frame src="" name="LycosAdFrame" marginwidth="0" marginheight="0" scrolling="auto" noresize>´+
´</frameset>´+
´</html>´;
top.document.write(s);
}
else
{
is_ad_removed=true;
}
< /script>