Comment

Fortune Obtains Bain Documents 'Supporting' Romney

239
Charles Johnson7/12/2012 3:45:45 pm PDT

I just gotta…

if (rating == 0) {
<br>	if ($(ipl).hasClass('igray')) {
<br>		$(ipl).removeClass('igray');
<br>		$(imi).removeClass('ibusy').html(txt);
<br>	} else {
<br>		$(imi).removeClass('ibusy').addClass('igray').html(txt);
<br>	}
<br>} else {
<br>	if ($(imi).hasClass('igray')) {
<br>		$(imi).removeClass('igray');
<br>		$(ipl).removeClass('ibusy').html(txt);
<br>	} else {
<br>		$(ipl).removeClass('ibusy').addClass('igray').html(txt);
<br>	}
<br>}