$(document).ready(function() {
	//open an external link window for anything in the resources area on the Resources page
	$("#content #main a[href^='http:']").not("[href*='virtela.net']").attr('target','_blank');
	$("a[href*='interactive-model']").attr('target','_blank');
})
