﻿$(function() {

/*
    if ($("#bigpics").length){
		$('#bigpics').cycle({
		    fx : 'fade',
		    speed : '2000',
		    timeout : '2000'
		});
    }

    if ($("#accordion").length){
	    $('#accordion').accordion({ 
	        active: '.selected', 
	        header: "dt"
	    })
    }

   	$('a[@rel$="external"]').addClass("external").click(function(){ this.target = "_blank"; });
*/

	/*
	$(".vid a").fancybox({
		'hideOnContentClick'	: false,
		'zoomSpeedIn'			: 0,
		'zoomSpeedOut'			: 0,
		'frameWidth'			: 490,
		'frameHeight'			: 432,
		'overlayShow'			: false,
		'overlayOpacity'		: 0.4,
		'itemLoadCallback'		: null,
		'imageScale'			: false
	});
	*/
	
	/*
	$("a.cpop").fancybox({
		'hideOnContentClick'	: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'frameWidth'			: 490,
		'frameHeight'			: 700,
		'overlayShow'			: false,
		'overlayOpacity'		: 0.4,
		'itemLoadCallback'		: null
	});
	*/

	//$(".vid a, a.cpop").fancybox();
	//$("a.cpop").fancybox2({'overlayShow': true});

});

/*
'frameWidth'			: 100,
'frameHeight'			: 300,
'overlayShow'			: true
*/
