function submitNews()
{
$('#fna').html('This feature will be released later, so check back then!').slideDown().delay(10000).slideUp();
}

function extLink(url)
{
var urlid = url;

$('#fna').html('You are now leaving InsanelyTech.com - we take no responsibilities for content this website has.').slideDown().delay(2001).slideUp();

setTimeout(function() { window.location.href = urlid; }, 2001 );

return false;
}

