/*!
 * Bloooming Alternate v0.1
 * http://www.bloooming.com/
 *
 * Copyright 2010, Tina Coric
 * All rights reserved
 *
 * Date: Sun Apr 04 22:22:22 2010 -0500
 */


jQuery.fn.bloooming_alternate = function(num){

	this.each(function(i){
		
		if (num == 2) {
		
			if(i % num == 0) {
				$(this).addClass('odd');
			}
			else {
				$(this).addClass('even');
			}
	
		} // alt 2

		if (num == 3) {
			
			
			
			if(i % num == 0) {
				$(this).addClass('odd_'+ moc);
			}
			else {
				$(this).addClass('even'+ i);
			}
	
		} // alt 2

	});




}


		

