for (var i = 0, n = 9; i < n; i++) {
		var spod = wfSPODArray[i];
		spodHtml = '<div style="float:left; text-align:left; width:233px; height:150px; margin-right:20px; margin-bottom:10px;"><a href=' + spod.link + '><img src=' + spod.photo.url + ' style="float:left; width:90px; height:90px; margin-right:8px;" alt="Meet me on the attitude Travel Friends Network!" /><div style="float:right; width:135px;"><span style="display:block; font-weight:bold; margin-bottom:10px;">' + spod.nickname + '</span><span style="font-size:10px;">' + spod.quote + '</span></a></div></div>'
		document.write(spodHtml);
		}