$(document).ready(function() {
	$(".2columns p:first").css({
		width: '47%',
		float: 'left',
		marginRight: '10px'
	});
	$(".2columns p:last").css({
		width: '47%',
		float: 'right'
	});
	$(".column-50").each(function(i) {
		if((i+1)%2 == 0) $(this).after("<br class='clear' />");
	});
	
	var theclass = $("img.animation").attr("class").toString().replace("animation ","");
	$("img.animation").attr("src", "http://wimd.com.kw/website/wp-content/uploads/2012/01/"+theclass+".png");
});
