
function chgimg(i, m)
{
	$("#"+i).attr('src', m);
}

$(document).ready(function(){

	$("a[rel^='prettyPhoto']").prettyPhoto();

});
