// JavaScript Document
	/*
	* JavaScript Image Position Rotate - IPR
	* Copyright (c) 2008 Willian Z (talto.com.br)
	* Licensed under the MIT license.
	*/
	$.fn.imageRotatePosition = function(va, vb){var p = Math.floor(Math.random() * (vb - va));while(p >= va){p = Math.floor(Math.random() * (vb - va));}if(p < 0) p = p * (-1);return p;}
