﻿/// <reference path="../includes/jquery/jquery-1.4.1-vsdoc.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(); };
		if (this.href.indexOf(".swf") != -1) { $(this).prettyPhoto(); };
	});
	$('#fade').cycle();
});
