/**
 * @author Artod for ÎÎÎ "Ýêñïðåññ ëàá"
 * http://MoiaVizitka.ru/Artod, http://artod.ru
 *
 * Copyright (c) 2009 ÎÎÎ "Ýêñïðåññ ëàá" http://expresslab.ru
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
 
$(document).ready(function(){

	$("#fadeshow_1").dynamicSlideshow();
	$("#fadeshow_2").dynamicSlideshow();
	$("#fadeshow_3").dynamicSlideshow();
	$("#fadeshow_4").dynamicSlideshow();
	
});

function resetCookie() {
	$.cookie('bayan', '', {path: '/'});
	var cookie = '';
	$("a.bayan").each(function(){
		if ($(this).next().css('display') == 'block') {
			cookie += $(this).attr('id')+'|';
		}
	});
	$.cookie('bayan', cookie, {path: '/'});
}

