﻿/// <reference name="MicrosoftAjax.js"/>
/// <reference path="jquery-1.3.2.js"/>
/// <reference path="jquery.prettyPhoto.js"/>
$(document).ready(function()
{
	$("a[rel^='prettyPhoto']").prettyPhoto({ theme: 'dark_rounded', allowresize: false });
	var url = '/us/data/video/client_home/client_home.html?iframe=true&width=680&height=528';
	$.prettyPhoto.open(url, 'Identity Finder Demonstration', 'Grasp the Power of Identity Finder!');
	var href = $("#CaptivateContent").children("a:first").attr("href",url);
});
