/*file: js/shop.js, too small for adequate compression*/
$(document).ready(function() {
	var numberOfViolators = $('#mainviolator > a').size();
	if(numberOfViolators > 1) {
		//we need to cycle the violators
	} else if(numberOfViolators == 0) {
		//alert("There were no violators loaded for this page!");
	}
});
