$(document).ready(function()
{
	fixNavInAllBrowsers();
	fixNavInIE6();
	createRoundedCorners('.bluebox');
	$('#flash-popup').hide();
	externalInNewWindow();
	warningPopup();
	videoOverlay();
	womenNav();
	$('#video-picker li a').click(function()
	{
		$('#video-picker li').find('.video-overlay').removeClass('on');
		$(this).find('.video-overlay').addClass('on');
		insertYoutubeVideo($(this).attr('href'), $(this).attr('title'), $(this).attr('rel'), $(this).attr('rev'));
		return false;
	});
	$('a.popupYoutube').overlay( {
		target: 'div#youtubeWrapper'
	});
});