var _waitFor$ = window._waitFor$ || [];
_waitFor$[_waitFor$.length] = function () {
	$(function () {		
		var a = $('<a>ReloadCSSEvery</a>')[0];
		a.href = 'javascript:void(setInterval(function(){var qs=\'?\'+new Date().getTime(),l,i=0;while(l=document.getElementsByTagName(\'link\')[i++]){if(l.rel&&\'stylesheet\'==l.rel.toLowerCase()){if(!l._h)l._h=l.href;l.href=l._h+qs}}},2000));';
		$('#bmContainer').html('').append(a);
	});
};
	