
$(function()
{

	//$( 'h1 a' ).html( '<img src="/wp-content/themes/vibemidia-logo-frame-pb.gif" alt="Vibe Mídia" />' );

	$('.gallery .gallery-item .gallery-icon a').lightBox({fixedNavigation:true});
	
	function showVideo(id) {
		document.write("<object width=\"291\" height=\"225\"><param name=\"movie\" value=\"http://www.youtube.com/v/"+id+">&amp;hl=en&amp;fs=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/"+id+"&amp;hl=en&amp;fs=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"291\" height=\"225\"></embed></object>");
	}

	/*
	$('.recent-excerpts').cycle({
		fx: 'scrollLeft',
		speed: 700,
		timeout: 5000
	});
	*/
	// .recent-excerpts
	
	//$( ".cat-item-15" ).after( "<a href=\"/chat\">CHAT</a>" );

	
});
