﻿var quickAddDoneList = new Array();
function mouseOverQuickAdd(img) {
	if (!img.src.match('done')) {
		img.src='http://www.ratemybody.com/images/hover_cBubbleicon.gif';
	}
}

function mouseOutQuickAdd(img) {
	if (!img.src.match('done')){
		img.src='http://www.ratemybody.com/images/link_cBubbleicon.gif';	}
}
