﻿<!--

// hides teh shit
function no_error()
{ return true; }
window.onerror=no_error;

function printArticle() {
	var prn05 = new Image();
	prn05.src="";
	if (window.print) {
		setTimeout('window.print();', 333);
	}
	else if (agt.indexOf("mac") != -1) {
		alert("Press 'Cmd+p' on your keyboard to print article.");
	}
	else {
		alert("Press 'Ctrl+p' on your keyboard to print article.")
	}
}


// -->
