$(function(){
	$('iframe')
		.addClass('loading')
		.ready(function(){
			$(this).removeClass('loading')
		})
})
