﻿$(document).ready(function() {
	$(".printThis a").click(function () {
		$("head").append("<link href='/Style%20Library/print.css' rel='stylesheet' type='text/css' />");
		return false;
	});
});	