var Reviews = {
	//BIND SECTION EVENTS
	'bindEvents': function () {
		$('#post-review').click(function () { window.location = '/customer/new-review/'+productid; });
	}
}

$(document).ready(function () {
	Reviews.bindEvents();
		$('#stars-wrapper1').stars();
});
