/**
 * Core Files for Warcry.ru
 * *.Ship 2011 :P
 * */
$(document).ready(function(){
	$('.mainblockpad a').each(function() {
		if(typeof($(this).attr('href')) != 'undefined'){
			if($(this).attr('href').match(/\.(jpg|png|gif)/)){
				$(this).attr('rel','colorbox'); 
			};
		};
	});
});
