

var strmostread = '<mostreadfeed>';


   strmostread += '<mostread><articleid>23681</articleid>';
   strmostread += '<title><![CDATA[5 outstanding corporate blogs ]]></title>';
   strmostread += '<viewcount>3024></viewcount>';
   strmostread += '<pagelink><![CDATA[content/23681.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>23628</articleid>';
   strmostread += '<title><![CDATA[7 habits of highly effective creative directors ]]></title>';
   strmostread += '<viewcount>2533></viewcount>';
   strmostread += '<pagelink><![CDATA[content/23628.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>23615</articleid>';
   strmostread += '<title><![CDATA[Key tools for tracking online trends]]></title>';
   strmostread += '<viewcount>2073></viewcount>';
   strmostread += '<pagelink><![CDATA[content/23615.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>23655</articleid>';
   strmostread += '<title><![CDATA[7 steps for launching your email program]]></title>';
   strmostread += '<viewcount>1149></viewcount>';
   strmostread += '<pagelink><![CDATA[content/23655.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>23665</articleid>';
   strmostread += '<title><![CDATA[4 hot social media applications for internal use]]></title>';
   strmostread += '<viewcount>929></viewcount>';
   strmostread += '<pagelink><![CDATA[content/23665.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>23626</articleid>';
   strmostread += '<title><![CDATA[4 ways Bing will force Google to change]]></title>';
   strmostread += '<viewcount>844></viewcount>';
   strmostread += '<pagelink><![CDATA[content/23626.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>23597</articleid>';
   strmostread += '<title><![CDATA[Case study: An affordable way to build a social community]]></title>';
   strmostread += '<viewcount>711></viewcount>';
   strmostread += '<pagelink><![CDATA[content/23597.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>23611</articleid>';
   strmostread += '<title><![CDATA[4 rich media myths worth busting]]></title>';
   strmostread += '<viewcount>627></viewcount>';
   strmostread += '<pagelink><![CDATA[content/23611.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>23568</articleid>';
   strmostread += '<title><![CDATA[The 5 newest interactive trends: How will they affect you?]]></title>';
   strmostread += '<viewcount>606></viewcount>';
   strmostread += '<pagelink><![CDATA[content/23568.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>23465</articleid>';
   strmostread += '<title><![CDATA[Why Twitter will soon become obsolete ]]></title>';
   strmostread += '<viewcount>526></viewcount>';
   strmostread += '<pagelink><![CDATA[content/23465.asp]]></pagelink></mostread>';
  
   
strmostread += '</mostreadfeed>';


function loadMostReadXML () {
	var moz = (typeof document.implementation != 'undefined') && (typeof	document.implementation.createDocument != 'undefined');
	var ie = (typeof window.ActiveXObject != 'undefined');

	if (moz)	{
	   var oParser = new DOMParser();
	   xmlDoc = oParser.parseFromString(strmostread, "text/xml");
	   return xmlDoc;
	}
	else if (ie) {
	   xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
	   xmlDoc.async = false;
	   xmlDoc.loadXML(strmostread);
 	   return xmlDoc;
	}
	document.write(strmostread);
}