$(function(){
	
	
	$("#homeslider").cycle();
	
	$("a[rel^='prettyPhoto']").prettyPhoto();
	
});

