$(document).ready(function() {
//open links in new window
$("a[href*='http://']:not([href*='"+location.hostname+"'])").attr("target","_blank");  


$('#whatcouldhappen li a.proceed').visited().removeClass('proceed').addClass('visited');






});