$(function () {
	$('#content p').wrap('<div class="p"></div>');
	$('a.fake').click(function (i) {
		window.location.href = 'mai' + 'lto:' + this.title.slice(0,-5) +
			'@' + 'bitsontherun.com';
		return false;
	});
	/*
	$("#gallery a").attr('rel', 'fancyimgs').each(function (i) {
		this.id = 'fancyimg-' + (i + 1);
	}).fancybox()
	*/
	$("#gallery a").fancybox()
});
