// JavaScript Document
// remove malicious script and iframe that it may create

// the iframe
$('iframe').remove();

// the script
$("script[language='javascript']").remove();
