﻿/// <reference path="../includes/jquery/jquery-1.4.1-vsdoc.js" />
/// <reference path="../includes/jquery/fancybox/jquery.fancybox-1.3.1.js" />

$(document).ready(function () {
	//reframe("<%=mySett.my_site_root %>");
	$("a[rel^='prettyPhoto']").prettyPhoto();
	$("a").each(function () { if (this.href.indexOf("youtube.com") != -1) { $(this).prettyPhoto(); }; });
});

