/*
set scripts
*/

$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				$('#prods a').colorbox({rel:'nofollow'});
				
				//striped tables
				$("table.tableList tr:odd").addClass("odd");
								
});

