var quote = new Array();

// Dr. Draelos' Tip Of The Week
addQuote('<a href="#" onclick="confirmation(\'http://www.aad.org/findaderm/\');return false;"><img src="../images/callout_find.jpg" width="141" height="261" border="0" alt=""></a>');
addQuote('<a href="../forms/lot.jsp"><img src="../images/callout_skinsavvy.jpg" width="141" height="261" border="0" alt=""></a>');
addQuote('<a href="../forms/sharewithafriend.jsp"><img src="../images/callout_share.jpg" width="141" height="261" border="0" alt=""></a>');


function getCallout(){
	var ran_num=Math.floor(Math.random()*quote.length);
	return quote[ran_num];
}

function addQuote(theQuote){
	quote[quote.length] = theQuote;
}
