// $avaScript Document setcode

$(document).ready(function(){

	 $('div.t_holiday_home,div.t_holiday_home_article,div.search_book,div#search-book-apartment,div.search-desc,#col_left_int_border,#div_articles_left,.bordes').each(function(){ $(this).corner(); });
	  $('.activo,#menu_proceso').each(function(){ $(this).corner("5px"); });
	 $('#menu_proceso .pro_titulo').each(function(){ $(this).corner("left 5px"); });
	  $('.activo').each(function(){ $(this).corner("5px"); });

	 $('div.search-book-an-div,div.new_footer,div.div_articles,div.titulo_articulo,div.div_articles_pub').each(function(){ 

											   $(this).corner("keep borders: keep");

											   });

	 $('div.title_city,div.bloq-apartments,div.bloq-hotels,div.bloq-hotels-kitty,div.title-apartment').each(function(){ $(this).corner(); });

	 $('div#t_holiday_home_index,div#t_holiday_home_index_2,div.testi_div').each(function(){ $(this).corner(); });

	 $('div.search,div.photo-apartment,div.opt_div_div_1,div.opt_span_search,div.opt_span_search_int,.search-desc-int,.titulo_footer').each(function(){ $(this).corner(); });


	});

/*animatedcollapse.ontoggle=function($, divob$, state){ //fires each time a DIV is expanded/contracted

	//$: Access to $Query

	//divob$: DOM reference to DIV being expanded/ collapsed. Use "divob$.id" to get its ID

	//state: "block" or "none", depending on state

}*/


	
