// JavaScript Document
		$(document).ready(function(){
			$("a[rel^='prettyPopinFoot']:eq(0)").prettyPopin({followScroll:false});
			$("a[rel^='prettyPopinFoot']:eq(1)").prettyPopin({});
			$("a[rel^='prettyPopinFoot']:eq(2)").prettyPopin({});
			$("a[rel^='prettyPopinFoot']:eq(3)").prettyPopin({});
			$("a[rel^='prettyPopinFoot']:eq(4)").prettyPopin({});
			$("a[rel^='prettyPopinFoot']:eq(5)").prettyPopin({});
			$("a[rel^='prettyPopinFoot']:eq(6)").prettyPopin({});
			$("a[rel^='prettyPopinFoot']:eq(7)").prettyPopin({});
			$("a[rel^='prettyPopinFoot']:eq(8)").prettyPopin({});
			$("a[rel^='prettyPopinFoot']:eq(9)").prettyPopin({});
			$("a[rel^='prettyPopinFoot']:eq(10)").prettyPopin({});
			$("a[rel^='prettyPopinFoot']:eq(11)").prettyPopin({});
			$("a[rel^='prettyPopinFoot']:eq(12)").prettyPopin({});
			$("a[rel^='prettyPopinFoot']:eq(13)").prettyPopin({
				//callback : function(){
					//alert('This popin has a callback');
				//}
			});
		});