var newCon = "<p>The most current threats as of 11-16-2011 are as follows:<br /><br/>*An escalation in targeted attacks is on the rise, be ready for email bombing campaigns, drive by malware, flash parameter injection attacks, and everything in between. Search engine results and social networking sites are the attack vector, heavily targeting flash based games, links, and email..<br /><br />*Undetectable keyloggers are are making their way onto systems. They are using off by one virus signatures to make sure they are not detected through anti virus software. And we have the link to it. It has been posted in our tools section!</p>";

$(document).ready(function(){ 
$("#newsCon").html(newCon);

 });



