	function MediaAlert(title,seeall){
		var	oldDate = "";
		var newDate = "";
		if(typeof(Media_Alert) != 'undefined')
		{
			if(Media_Alert.length > 0){
				document.write("<div class='sp5'>");
				document.write("<table width='368' border='0' cellspacing='0' cellpadding='0'>");
				document.write("<tr valign='top'>");
				if (title=="mediaalerts")
				{
					document.write("<td colspan='2' class='block'>");
				}
				else
				{
					document.write("<td colspan='2' class='block2'>");
				}
				document.write("<table width='368' border='0' cellspacing='0' cellpadding='0'><tr valign='top'>");
				document.write("<td><span class='fontbold'>Media Alerts</span></td>");
				document.write("<td align='right'><img src='/images/common/icon_arrow.gif' alt='See All' width='5' height='5' border='0'> <a href='"+seeall+"'><span class='fontbold'>See all Media Alerts</span></a></td>");
				document.write("</tr></table>");				
				document.write("</td></tr>");
				for(cnt=0;cnt<Media_Alert.length;cnt++){					
						oldDate = Media_Alert[cnt][2];
						if(oldDate!=newDate){
							document.write("<tr>");
							if (cnt > 0)
							{
								document.write("<td colspan='2' class='gratop'>"+oldDate+"</td>");
							}
							else {
								document.write("<td colspan='2'>"+oldDate+"</td>");
							}						
							document.write("</tr>");
							
						}
						document.write("<tr valign='top'>");
						document.write("<td width='8' class='arrow1'><img align='absmiddle' src='/images/common/icon_arrow.gif' alt=''width='5' height='5' border='0'></td>");
						document.write("<td width='360' class='item'><a href='/about/newsevents/"+Media_Alert[cnt][1]+".html'>"+Media_Alert[cnt][0].substring(Media_Alert[cnt][0].indexOf(" "))+"</a></td>");
						document.write("</tr>");
						newDate = Media_Alert[cnt][2];
				}
				document.write("</table>");
				document.write("</div>");
			}
		}
	}

	function PressRelease(title,seeall){
		var	oldDate = "";
		var newDate = "";
		if(typeof(press_release_date) != 'undefined') 
		{

			if(press_release_date.length > 0){
				document.write("<div class='sp5'>");
				document.write("<table width='368' border='0' cellspacing='0' cellpadding='0'>");
				document.write("<tr valign='top'>");
				if (title=="pressreleases")
				{
					document.write("<td colspan='2' class='block'>");
				}
				else
				{
					document.write("<td colspan='2' class='block2'>");
				}
				document.write("<table width='368' border='0' cellspacing='0' cellpadding='0'><tr valign='top'>");
				document.write("<td><span class='fontbold'>News Releases</span></td>");
				document.write("<td align='right'><img src='/images/common/icon_arrow.gif' alt='See All' width='5' height='5' border='0'> <a href='"+seeall+"'><span class='fontbold'>See all News Releases</span></a></td>");
				document.write("</tr></table>");				
				document.write("</td></tr>");
				for(cnt=0;cnt<press_release_date.length;cnt++){					
						oldDate = press_release_date[cnt][2];
						if(oldDate!=newDate){
							document.write("<tr>");
							if (cnt > 0)
							{
								document.write("<td colspan='2' class='gratop'>"+oldDate+"</td>");
							}
							else {
								document.write("<td colspan='2'>"+oldDate+"</td>");
							}						
							document.write("</tr>");
							
						}
						document.write("<tr valign='top'>");
						document.write("<td width='8' class='arrow1'><img align='absmiddle' src='/images/common/icon_arrow.gif' alt=''width='5' height='5' border='0'></td>");
						document.write("<td width='360' class='item'><a href='/press/"+press_release_date[cnt][1]+".html'>"+press_release_date[cnt][0].substring(press_release_date[cnt][0].indexOf(" "))+"</a></td>");
						document.write("</tr>");
						newDate = press_release_date[cnt][2];
				}
				document.write("</table>");
				document.write("</div>");
			}
		}
	}

	function PublicStatements(title,seeall){
		var	oldDate = "";
		var newDate = "";
		if(typeof(Public_Statements) != 'undefined') 
		{

			if(Public_Statements.length > 0){
				document.write("<div class='sp5'>");
				document.write("<table width='368' border='0' cellspacing='0' cellpadding='0'>");
				document.write("<tr valign='top'>");
				if (title=="publicstatements")
				{
					document.write("<td colspan='2' class='block'>");
				}
				else
				{
					document.write("<td colspan='2' class='block2'>");
				}
				document.write("<table width='368' border='0' cellspacing='0' cellpadding='0'><tr valign='top'>");
				document.write("<td><span class='fontbold'>Public Statements</span></td>");
				document.write("<td align='right'><img src='/images/common/icon_arrow.gif' alt='See All' width='5' height='5' border='0'> <a href='"+seeall+"'><span class='fontbold'>See all Public Statements</span></a></td>");
				document.write("</tr></table>");				
				document.write("</td></tr>");
				for(cnt=0;cnt<Public_Statements.length;cnt++){					
						oldDate = Public_Statements[cnt][2];
						if(oldDate!=newDate){
							document.write("<tr>");
							if (cnt > 0)
							{
								document.write("<td colspan='2' class='gratop'>"+oldDate+"</td>");
							}
							else {
								document.write("<td colspan='2'>"+oldDate+"</td>");
							}						
							document.write("</tr>");
							
						}
						document.write("<tr valign='top'>");
						document.write("<td width='8' class='arrow1'><img align='absmiddle' src='/images/common/icon_arrow.gif' alt=''width='5' height='5' border='0'></td>");
						document.write("<td width='360' class='item'><a href='/content/articles/"+Public_Statements[cnt][1]+".html'>"+Public_Statements[cnt][0].substring(Public_Statements[cnt][0].indexOf(" "))+"</a></td>");
						document.write("</tr>");
						newDate = Public_Statements[cnt][2];
				}				
				document.write("</table>");
				document.write("</div>");
			}
		}
	}

	function SMBulletien(title,seeall){
		var	oldDate = "";
		var newDate = "";
		if(typeof(SMBulletin_Array) != 'undefined') 
		{
			
			if(SMBulletin_Array.length > 0){
				document.write("<div class='sp5'>");
				document.write("<table width='368' border='0' cellspacing='0' cellpadding='0'>");
				document.write("<tr valign='top'>");
				if (title=="spemebbulletin")
				{
					document.write("<td colspan='2' class='block'>");
				}
				else
				{
					document.write("<td colspan='2' class='block2'>");
				}
				document.write("<table width='368' border='0' cellspacing='0' cellpadding='0'><tr valign='top'>");
				document.write("<td><span class='fontbold'>Special Membership Bulletins</span></td>");
				document.write("<td align='right'><img src='/images/common/icon_arrow.gif' alt='See All' width='5' height='5' border='0'> <a href='"+seeall+"'><span class='fontbold'>See all Special Membership Bulletins</span></a></td>");
				document.write("</tr></table>");				
				document.write("</td></tr>");
				for(cnt=0;cnt<SMBulletin_Array.length;cnt++){					
						oldDate = SMBulletin_Array[cnt][2];
						if(oldDate!=newDate){
							document.write("<tr>");
							if (cnt > 0)
							{
								document.write("<td colspan='2' class='gratop'>"+oldDate+"</td>");
							}
							else {
								document.write("<td colspan='2'>"+oldDate+"</td>");
							}						
							document.write("</tr>");
							
						}
						document.write("<tr valign='top'>");
						document.write("<td width='14'><img align='absmiddle' src='/images/common/icon_pdf.gif' alt='pdf' width='8' height='8' border='0'></td>");
						document.write("<td width='354' class='item'><a href='"+SMBulletin_Array[cnt][3]+"' target='_new'>"+SMBulletin_Array[cnt][0].substring(SMBulletin_Array[cnt][0].indexOf(" "))+"</a></td>");
						document.write("</tr>");
						newDate = SMBulletin_Array[cnt][2];
				}
				document.write("</table>");
				document.write("</div>");
			}
		}
	}

	function PressReleaseQuarterly(title,seeall) {
	var	oldDate = "";
	var newDate = "";
	if(typeof(press_release_quarterly_financial) != 'undefined') 
	{

		if(press_release_quarterly_financial.length > 0){
			document.write("<div class='sp5'>");
			document.write("<table width='368' border='0' cellspacing='0' cellpadding='0'>");
			document.write("<tr valign='top'>");
			if (title=="qmf_pressrelease")
				{
					document.write("<td colspan='2' class='block'>");
				}
				else
				{
					document.write("<td colspan='2' class='block2'>");
				}
				document.write("<table width='368' border='0' cellspacing='0' cellpadding='0'><tr valign='top'>");
				document.write("<td><span class='fontbold'>Quarterly Member Firm Press Release</span></td>");
				document.write("<td align='right'><img src='/images/common/icon_arrow.gif' alt='See All' width='5' height='5' border='0'> <a href='"+seeall+"'><span class='fontbold'>See all Quarterly Member Firm Press Releases</span></a></td>");
				document.write("</tr></table>");				
				document.write("</td></tr>");
			for(cnt=0;cnt<press_release_quarterly_financial.length;cnt++){					
					oldDate = press_release_quarterly_financial[cnt][2];
					if(oldDate!=newDate){
						document.write("<tr>");
						if (cnt > 0)
						{
							document.write("<td colspan='2' class='gratop'>"+oldDate+"</td>");
						}
						else {
							document.write("<td colspan='2'>"+oldDate+"</td>");
						}						
						document.write("</tr>");
						
					}
					document.write("<tr valign='top'>");
					document.write("<td width='8' class='arrow1'><img align='absmiddle' src='/images/common/icon_arrow.gif' alt=''width='5' height='5' border='0'></td>");
					document.write("<td width='360' class='item'><a href='/press/"+press_release_quarterly_financial[cnt][1]+".html'>"+press_release_quarterly_financial[cnt][0].substring(press_release_quarterly_financial[cnt][0].indexOf(" "))+"</a></td>");
					document.write("</tr>");
					newDate = press_release_quarterly_financial[cnt][2];
				}
				document.write("</table>");
				document.write("</div>");
			}
		}
	}
