

var strmostread = '<mostreadfeed>';


   strmostread += '<mostread><articleid>21218</articleid>';
   strmostread += '<title><![CDATA[Email marketing&#39;s 8 deadly don&#39;ts ]]></title>';
   strmostread += '<viewcount>2347></viewcount>';
   strmostread += '<pagelink><![CDATA[content/21218.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>21232</articleid>';
   strmostread += '<title><![CDATA[3 ways to justify spending on social networks]]></title>';
   strmostread += '<viewcount>2278></viewcount>';
   strmostread += '<pagelink><![CDATA[content/21232.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>21252</articleid>';
   strmostread += '<title><![CDATA[5 breakthrough social network conversations ]]></title>';
   strmostread += '<viewcount>1583></viewcount>';
   strmostread += '<pagelink><![CDATA[content/21252.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>21144</articleid>';
   strmostread += '<title><![CDATA[The disturbing inaccuracy behind Google Analytics]]></title>';
   strmostread += '<viewcount>1006></viewcount>';
   strmostread += '<pagelink><![CDATA[content/21144.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>21238</articleid>';
   strmostread += '<title><![CDATA[Agency pitches gone bad]]></title>';
   strmostread += '<viewcount>982></viewcount>';
   strmostread += '<pagelink><![CDATA[content/21238.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>21208</articleid>';
   strmostread += '<title><![CDATA[How to make your site stickier ]]></title>';
   strmostread += '<viewcount>816></viewcount>';
   strmostread += '<pagelink><![CDATA[content/21208.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>21234</articleid>';
   strmostread += '<title><![CDATA[3 ways to justify spending on social networks (page 2 of 2)]]></title>';
   strmostread += '<viewcount>773></viewcount>';
   strmostread += '<pagelink><![CDATA[content/21234.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>21199</articleid>';
   strmostread += '<title><![CDATA[Razorfish issues last rites for Web 2.0]]></title>';
   strmostread += '<viewcount>602></viewcount>';
   strmostread += '<pagelink><![CDATA[content/21199.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>20821</articleid>';
   strmostread += '<title><![CDATA[How brands thrived during the Great Depression]]></title>';
   strmostread += '<viewcount>520></viewcount>';
   strmostread += '<pagelink><![CDATA[content/20821.asp]]></pagelink></mostread>';
  
   strmostread += '<mostread><articleid>21160</articleid>';
   strmostread += '<title><![CDATA[11 steps to widget success]]></title>';
   strmostread += '<viewcount>364></viewcount>';
   strmostread += '<pagelink><![CDATA[content/21160.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);
}