		//jQuery.noConflict();
var autoplay = 0;

jQuery(document).ready(
	function()
	{
		jQuery('.kvideo').click(
			function()
			{
				//alert(jQuery(this).attr('news'));
				//alert('dskufhdzku');
				jQuery('body').append('<div class="loading"><img src="/images/loading.gif"/></div>');
				var video_num = jQuery(this).attr('video');
				var filevideo = jQuery(this).find('img').attr('mainvideo');
				var video_img = jQuery(this).find('img').attr('main');

				jQuery('#tvPlayer').attr('main',video_img);
				jQuery('#tvPlayer').attr('mainvideo', filevideo);
				jQuery('#tvPlayer').attr('key', video_num);






				setTimeout(
					function()
					{
				jQuery('#contenttbl').hide();

				jQuery('#tvPlayer').attr('key',video_num);
				var htmlcode = '<object type="application/x-shockwave-flash" data="embed/uflvplayer_500x375.swf" height="535" width="780"><param name="bgcolor" value="#FFFFFF" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="movie" value="embed/uflvplayer_500x375.swf" /><param name="FlashVars" value="way='+filevideo+'&amp;swf=embed/uflvplayer_500x375.swf&amp;w=780&amp;h=535&amp;pic='+video_img+'&amp;autoplay='+autoplay+'&amp;tools=2&amp;skin=whiteblack&amp;volume=70&amp;q=&amp;comment=" /></object>'
				jQuery('#tvPlayer').html(htmlcode);

				jQuery('#tvPlayer').show();
					},
					500
				);

			}
		);

		jQuery('.kvideo').hover(
			function()
			{
				jQuery('.announce').html(
					'<strong>' + jQuery(this).find('img').attr('title') + '</strong><br/>' +
					jQuery(this).find('img').attr('text')
				);
				jQuery('.announce').fadeIn(10);
				jQuery('.text').fadeOut(10);
				jQuery('.announce').css('top',jQuery(this).position().top);


			},
			function()
			{

				jQuery('.announce').fadeOut(10);
				jQuery('.text').fadeIn(10);
			}
		);


		jQuery('#up').click(
			function()
			{
				//var filevideo = jQuery(this).find('img').attr('mainvideo');
				//var video_img = jQuery(this).find('img').attr('main');

//				jQuery('#tvPlayer').hide();
//				var htmlcode = '<object type="application/x-shockwave-flash" data="embed/uflvplayer_500x375.swf" height="535" width="780"><param name="bgcolor" value="#FFFFFF" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="movie" value="embed/uflvplayer_500x375.swf" /><param name="FlashVars" value="way='+filevideo+'&amp;swf=embed/uflvplayer_500x375.swf&amp;w=780&amp;h=535&amp;pic='+video_img+'&amp;autoplay=0&amp;tools=2&amp;skin=whiteblack&amp;volume=70&amp;q=&amp;comment=" /></object>'
//				jQuery('#tvPlayer').html(htmlcode);
//				jQuery('#tvPlayer').show();

				var el = jQuery('#tvPlayer');
				if (jQuery(el).html() != null && jQuery(el).attr('key') != '')
				{
					var key = el.attr('key');
					//alert(key);
					var next_href = jQuery('.gallery img[key=' + key +']').parent().parent().parent().next().find('img');



					jQuery('body').append('<div class="loading"><img src="/images/loading.gif"/></div>');;

					setTimeout(
						function()
						{
							jQuery('.loading').remove();
							jQuery(el).attr('main', jQuery(next_href).attr('main'));
							jQuery(el).attr('mainvideo', jQuery(next_href).attr('mainvideo'));
							jQuery(el).attr('key', jQuery(next_href).attr('key'));

							var filevideo = jQuery(el).attr('mainvideo');
							var video_img = jQuery(el).attr('main');


							jQuery('#tvPlayer').hide();
							var htmlcode = '<object type="application/x-shockwave-flash" data="embed/uflvplayer_500x375.swf" height="535" width="780"><param name="bgcolor" value="#FFFFFF" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="movie" value="embed/uflvplayer_500x375.swf" /><param name="FlashVars" value="way='+filevideo+'&amp;swf=embed/uflvplayer_500x375.swf&amp;w=780&amp;h=535&amp;pic='+video_img+'&amp;autoplay='+autoplay+'&amp;tools=2&amp;skin=whiteblack&amp;volume=70&amp;q=&amp;comment=" /></object>'
							jQuery('#tvPlayer').html(htmlcode);
							jQuery('#tvPlayer').show();

						},
						500
					);

				}

			}
		);

		jQuery('#down').click(
			function()
			{
//				var filevideo = jQuery(this).find('img').attr('mainvideo');
//				var video_img = jQuery(this).find('img').attr('main');
//
//				jQuery('#tvPlayer').hide();
//				var htmlcode = '<object type="application/x-shockwave-flash" data="embed/uflvplayer_500x375.swf" height="535" width="780"><param name="bgcolor" value="#FFFFFF" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="movie" value="embed/uflvplayer_500x375.swf" /><param name="FlashVars" value="way='+filevideo+'&amp;swf=embed/uflvplayer_500x375.swf&amp;w=780&amp;h=535&amp;pic='+video_img+'&amp;autoplay=0&amp;tools=2&amp;skin=whiteblack&amp;volume=70&amp;q=&amp;comment=" /></object>'
//				jQuery('#tvPlayer').html(htmlcode);
//				jQuery('#tvPlayer').show();

				var el = jQuery('#tvPlayer');
				if (jQuery(el).html() != null && jQuery(el).attr('key') != '')
				{
					var key = el.attr('key');

					jQuery('body').append('<div class="loading"><img src="/images/loading.gif"/></div>');

					var next_href = jQuery('.gallery img[key=' + key +']').parent().parent().parent().prev().find('img');
					setTimeout(
						function()
						{
							jQuery('.loading').remove();
							jQuery(el).attr('main', jQuery(next_href).attr('main'));
							jQuery(el).attr('mainvideo', jQuery(next_href).attr('mainvideo'));
							jQuery(el).attr('key', jQuery(next_href).attr('key'));

							var filevideo = jQuery(el).attr('mainvideo');
							var video_img = jQuery(el).attr('main');


							jQuery('#tvPlayer').hide();
							var htmlcode = '<object type="application/x-shockwave-flash" data="embed/uflvplayer_500x375.swf" height="535" width="780"><param name="bgcolor" value="#FFFFFF" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="movie" value="embed/uflvplayer_500x375.swf" /><param name="FlashVars" value="way='+filevideo+'&amp;swf=embed/uflvplayer_500x375.swf&amp;w=780&amp;h=535&amp;pic='+video_img+'&amp;autoplay='+autoplay+'&amp;tools=2&amp;skin=whiteblack&amp;volume=70&amp;q=&amp;comment=" /></object>'
							jQuery('#tvPlayer').html(htmlcode);
							jQuery('#tvPlayer').show();

						},
						500
					);
				}



			}
		);

	}
);