function getPrintURL(){
url = document.location;
printURL = url + '\/?print';
window.location = printURL;
}