// JavaScript Document
		$(document).ready(function(){
			$("a[rel^='prettyPopin']:eq(0)").prettyPopin({width:800});
			$("a[rel^='prettyPopin']:eq(1)").prettyPopin({width:800});
			$("a[rel^='prettyPopin']:eq(2)").prettyPopin({width:800});
			$("a[rel^='prettyPopin']:eq(3)").prettyPopin({width:800});
			$("a[rel^='prettyPopin']:eq(4)").prettyPopin({width:800});
			
		});
