function copyright_popup() {
	var message = 'Professional portraits are copyright protected.  Images on Olan Mills Online Shop are low resolution, intended for electronic viewing and sharing only. Please add this item to your cart to purchase additional prints.';
	alert(message);
	return true;
}


if(!window['om']) {
	window['om'] = {};
	var om = window['om'];
}



/*(function(){
	$(document).ready(function() {
		om.rotateImages();
	});

	om.rotateImages = function() {
		if(!$('#images_table').size()) { return; }

		$("img.orient_H").each(function() {
			var src = $(this).attr("src");
			$(this).attr("src", "/ax/rotate_image.php?img=" + src);
		});

	}
})();*/
