(function(){
	document.getElementById( 'btnPrint' ).onclick = function(){
		this.blur();
		window.print();
	}

	document.getElementById( 'btnBookmark' ).onclick = function(){
		this.blur();
		alert( 'Press CTRL+D to bookmark this site' );
	}
})()
