/*****************************************************************************
/
/ 	javasript containing fancybox(jQuery extension) usage parameters for URITC webpages
/  	to handle various media and webpage types
/ 	Last modified 7/12/2010 Ron Giles
/
*****************************************************************************/

$(document).ready(function() {
	var overlay='#000';
	var opacity=.50;
	
	/*************************************************************************
	*
	*   photo slideshows/galleries
	*
	*/

	/* photo - class file slideshow with manual navigation arrows and shaded info bar */	
	$(".photo1").fancybox({
		'titlePosition'		: 'over',
		'titleShow'			: true,
		'cyclic'			: true,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'fade',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'onComplete'		:	function() {
			$("#fancybox-wrap").hover(function() {
				$("#fancybox-title").show();
			}, function() {
				$("#fancybox-title").hide();
			});
		},
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});

	$(".photo1_b").fancybox({
		'titlePosition'	: 'over',
		'titleShow'		: true,
		'cyclic'		: true,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'fade',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'onComplete'		:	function() {
			$("#fancybox-wrap").hover(function() {
				$("#fancybox-title").show();
			}, function() {
				$("#fancybox-title").hide();
			});
		},
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp;<div style="font=weight:bold;font-size:4;font-color:#f0f0f0;">' + title + '' : '') + '</div></span>';
		}
	});

	$(".photos").fancybox({
		'titleShow'		: true,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'allowfullscreen'	: 'true'
	});

	/* photo & photo2 - id (not class) file slideshow with manual navigation arrows and shaded info bar */	
	$("#photo").fancybox({
		'titleShow'		: true,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity
	});

	$("#photo2").fancybox({
		'titleShow'		: true,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'titlePosition'	: 'inside',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity
	});

	$(".flickr").fancybox({
		'width'				: 600,
		'height'			: 450,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'scrolling'			: 'no',
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'speedIn'			: 600,
		'speedOut'			: 600,
		'type'				: 'iframe'
	});

	/*	end photo popups
	/************************************************************************/




	/************************************************************************
	*
	*   iframe for linked websites and pages
	*
	*/

	$(".pdf").fancybox({
		'width'				: 1200,
		'height'			: '100%',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'fade',
		'allowfullscreen'	: 'true',
		'titlePosition' 	: 'over',
		'type'				: 'iframe'
	});

	$(".pagelaunch").fancybox({
		'width'				: 1200,
		'height'			: '100%',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'fade',
		'allowfullscreen'	: 'true',
		'titlePosition' 	: 'over',
		'title'				: this.title,
		'onComplete'		:	function() {
			$("#fancybox-wrap").hover(function() {
				$("#fancybox-title").show();
			}, function() {
				$("#fancybox-title").hide();
			});
		},
		'type'				: 'iframe'
	});

	$(".page1400").fancybox({
		'width'				: 1400,
		'height'			: '100%',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'fade',
		'allowfullscreen'	: 'true',
		'type'				: 'iframe'
	});

	$(".page1200").fancybox({
		'width'				: 1200,
		'height'			: '100%',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'fade',
		'allowfullscreen'	: 'true',
		'type'				: 'iframe'
	});

	$(".page1000").fancybox({
		'width'				: 1000,
		'height'			: '100%',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'fade',
		'allowfullscreen'	: 'true',
		'type'				: 'iframe'
	});

	$(".page900").fancybox({
		'width'				: 900,
		'height'			: '100%',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'fade',
		'allowfullscreen'	: 'true',
		'type'				: 'iframe'
	});

	$(".page600").fancybox({
		'width'			 	: 600,
		'height'			: '100%',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'fade',
		'allowfullscreen'	: 'true',
		'type'				: 'iframe'
	});

	$(".comics").fancybox({
		'width'				: 1000,
		'height'			: 600,
		'titleShow'			: true,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'type'				: 'iframe',
		'allowfullscreen'	: 'true'
	});

	$(".facebook").fancybox({
		'width'			 	: 900,
		'height'			: '100%',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'allowfullscreen'	: 'true',
		'type'				: 'iframe'
	});

	$(".googleMap").fancybox({
		'width'			 	: 800,
		'height'			: 500,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'allowfullscreen'	: 'true',
		'titlePosition' 	: 'inside',
		'scrolling'			: 'no',
		'type'				: 'iframe'
	});

	$(".eventDetail").fancybox({
		'width'			 	: 600,
		'height'			: '100%',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'allowfullscreen'	: 'true',
		'type'				: 'iframe'
	});

	$(".scheduleDetail").fancybox({
		'width'			 	: 900,
		'height'			: '100%',
		'overlayColor'		: .75,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'allowfullscreen'	: 'true',
		'type'				: 'iframe'
	});

	$(".webPage").fancybox({
		'width'			 	: '90%',
		'height'			: '100%',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'fade',
		'allowfullscreen'	: 'true',
		'type'				: 'iframe'
	});

	$(".projo").fancybox({
		'width'			 	: 900,
		'height'			: '100%',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'allowfullscreen'	: 'true',
		'type'				: 'iframe'
	});
	
	/*	end webpage popups
	/************************************************************************/



	/************************************************************************
	*
	*   streaming video & audio files
	*
	*/

	$(".video456X260").fancybox({
		'width'				: 456,
		'height'			: 265,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'titlePosition'		: 'inside',
		'titleShow'			: 'true'
	});

	$(".videos").click(function() {
		$.fancybox({
			'padding'		: 0,
			'autoScale'		: true,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
			'wmode'			: 'transparent',
			'allowfullscreen'	: 'true'
			}
		});
		return false;
	});
			
	$(".videos2").fancybox({
		'padding'			: 0,
		'autoScale'			: true,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'wmode'				: 'transparent',
		'titleShow'			: 'true'
	});

	$(".video3").fancybox({
		'width'				: 486,
		'height'			: 412,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'scrolling'			: 'no',
		'padding'			: 0,
		'autoScale'			: false,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe'
	});

	$(".video4").fancybox({
		'titlePosition'	    : 'inside',
		'titleShow'			: true,
		'width'				: 866,
		'height'			: 466,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'scrolling'			: 'no',
		'padding'			: 0,
		'autoScale'			: false,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'title'				: this.title,
		'type'				: 'iframe'
	});

	$(".videos400x300").fancybox({
		'width'				: 460,
		'height'			: 369,
		'autoScale'			: true,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'wmode'				: 'transparent',
		'titleShow'			: 'true'
	});

	$(".videos416x321").fancybox({
		'width'				: 416,
		'height'			: 321,
		'autoScale'			: true,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'wmode'				: 'transparent',
		'titleShow'			: 'true'
	});

	/* youtube - class file video stream  */	
	$("#youtube").click(function() {
		$.fancybox({
			'padding'			: 0,
			'autoScale'			: false,
			'overlayColor'		: overlay,
			'overlayOpacity'	: opacity,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'speedIn'			: 600,
			'speedOut'			: 600,
			'title'				: this.title,
			'href'				: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'				: 'swf',
			'swf'				: {
			'wmode'				: 'transparent',
			'allowfullscreen'	: 'true'
			}
		});
		return false;
	});
			
	$(".youtube480").click(function() {
		$.fancybox({
			'width'			: 480,
			'height'		: 385,
			'scrolling'		: 'no',
			'autoScale'		: true,
			'overlayColor'	: overlay,
			'overlayOpacity': opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});
			
	/* windows media player */	
	$(".wmplayer").fancybox({
		'padding'			: 10,
		'scrolling'			: 'no',
		'autoScale'			: true,
		'width'				: 480,
		'height'			: 360,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'wmode'				: 'transparent',
		'titleShow'			: 'true'
	});

	/*
	*   embed video objects from specific news channels
	*/

	$(".abcnews").click(function() {
		$.fancybox({
			'width'			: 320,
			'height'		: 264,
			'scrolling'		: 'no',
			'autoScale'		: true,
			'overlayColor'	: overlay,
			'overlayOpacity': opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});

	$(".videos315x280").click(function() {
		$.fancybox({
			'width'			: 317,
			'height'		: 280,
			'scrolling'		: 'no',
			'autoScale'		: true,
			'overlayColor'	: overlay,
			'overlayOpacity': opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});

	$(".abc6").click(function() {
		$.fancybox({
			'width'			: 640,
			'height'		: 380,
			'scrolling'		: 'no',
			'autoScale'		: true,
			'overlayColor'	: overlay,
			'overlayOpacity': opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});

	$(".bbcvideo").fancybox({
		'padding'			: 0,
		'autoScale'			: true,
		'width'				: 528,
		'height'			: 416,
		'scrolling'			: 'no',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'wmode'				: 'transparent',
		'titleShow'			: 'true'
	});

	$(".brightcove").fancybox({
		'width'				: 466,
		'height'			: 395,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'scrolling'			: 'no',
		'padding'			: 0,
		'autoScale'			: true,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe'
	});

	$(".brightcove2").fancybox({
		'width'				: 502,
		'height'			: 429,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'scrolling'			: 'no',
		'padding'			: 0,
		'margin'			: 0,
		'autoScale'			: true,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe'
	});

	$(".cbsnews").click(function() {
		$.fancybox({
			'width'			: 425,
			'height'		: 324,
			'scrolling'		: 'no',
			'autoScale'		: true,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});

	$(".clearspring").fancybox({
		'width'				: 332,
		'height'			: 270,
		'margin'			: 0,
		'scrolling'			: 'no',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'titlePosition'		: 'outside',
		'titleShow'			: 'true'
	});

	$(".clipsyndicate").fancybox({
		'width'				: 425,
		'height'			: 330,
		'margin'			: 0,
		'scrolling'			: 'no',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'titlePosition'		: 'inside',
		'titleShow'			: 'true'
	});

	$(".cnn").fancybox({
		'width'				: 600,
		'height'			: 556,
		'padding'			: 10,
		'autoScale'			: true,
		'titleShow'			: true,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity
	});

	$(".foxnews").click(function() {
		$.fancybox({
			'width'			: 500,
			'height'		: 425,
			'scrolling'		: 'no',
			'autoScale'		: true,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});

	$(".hulu").click(function() {
		$.fancybox({
			'width'			: 512,
			'height'		: 296,
			'scrolling'		: 'no',
			'autoScale'		: true,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});

	$(".jobingvideo").click(function() {
		$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'width'			: 440,
			'height'		: 400,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
			'wmode'			: 'transparent',
			'allowfullscreen'	: 'true'
			}
		});
		return false;
	});

	$(".longtail").click(function() {
		$.fancybox({
			'width'			: 636,
			'height'		: 382,
			'scrolling'		: 'no',
			'autoScale'		: true,
			'overlayColor'	: overlay,
			'overlayOpacity': opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});

	$(".msnbc").click(function() {
		$.fancybox({
			'width'			: 425,
			'height'		: 339,
			'scrolling'		: 'no',
			'autoScale'		: true,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});

	$(".msnbcnews").click(function() {
		$.fancybox({
			'width'			: 420,
			'height'		: 245,
			'scrolling'		: 'no',
			'autoScale'		: true,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});

	$(".necn").click(function() {
		$.fancybox({
			'width'			: 640,
			'height'		: 360,
			'scrolling'		: 'no',
			'autoScale'		: true,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});

	$(".newschannel10").click(function() {
		$.fancybox({
			'width'			: 429,
			'height'		: 295,
			'scrolling'		: 'no',
			'autoScale'		: true,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});

	$(".wprichannel12").click(function() {
		$.fancybox({
			'width'			: 320,
			'height'		: 280,
			'scrolling'		: 'no',
			'autoScale'		: true,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'iframe'
		});
		return false;
	});

	/*
	*   end video objects for specific news channels */
	
			
	$(".swfvideo").click(function() {
		$.fancybox({
			'padding'		: 0,
			'autoScale'		: true,
			'width'			: 480,
			'height'		: 360,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
			'wmode'			: 'transparent',
			'allowfullscreen'	: 'true'
			}
		});
		return false;
	});
			
	$(".googlevideo").fancybox({
		'titleShow'			: true,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity
	});

	$("#podcast").fancybox({
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'titlePosition'		: 'inside',
		'titleShow'			: 'true',
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'
	});

	$(".video480x357").fancybox({
		'padding'			: 0,
		'margin'			: 0,
		'width'				: 480,
		'height'			: 357,
		'scrolling'			: 'no',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'wmode'				: 'transparent'
	});

	$(".video640x480").fancybox({
		'padding'			: 0,
		'margin'			: 0,
		'autoScale'			: true,
		'width'				: 640,
		'height'			: 480,
		'scrolling'			: 'no',
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'wmode'				: 'transparent',
		'titleShow'			: 'true'
	});

	$(".youtube640X385").click(function() {
		$.fancybox({
			'padding'		: 0,
			'autoScale'		: true,
			'width'			: 640,
			'height'		: 385,
		'overlayColor'		: overlay,
		'overlayOpacity'	: opacity,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
			'wmode'			: 'transparent',
			'allowfullscreen'	: 'true'
			}
		});
		return false;
	});
			
	/*	end streaming video popups
	/************************************************************************/

});

