document.write('<div style="padding:10px 0px 0px 0px">');
if(prices){
   document.write('<div class="txt22orange" style="float:left; width:auto">'+prices);
   document.write('p&#160;</div>');
   if (change == 0){
		document.write('<div class="txt15dkgreenbold" style="float:right; width:auto">&#160;</div>');
   }else{
		if (change < 0){
			document.write('<div class="txt15dkgreybold" style="float:left; width:auto;padding-top:6px;">'+change+'p <img src="/images/arrowsd.gif" alt="Down" style="margin-left:15px;"/></div>');
		}else{
			document.write('<div class="txt15dkgreybold" style="float:left; width:auto;padding-top:6px;">'+change+'p <img src="/images/arrowsu.gif" alt="Up" style="margin-left:15px;"/></div>');
		}
   }
   document.write('<div style="clear:both;padding-top:2px;color:#999">');
   document.write(positionat);
   document.write(' <strong>GMT</strong> | <strong>As of</strong>&#160;');
   document.write(day);
   document.write('/');
   document.write(theMonth);
   document.write('/');
   document.write(year+'</div></div>');
   document.write('<ul><li><a href="http://investor.dairycrest.co.uk/share-price-chart">More Information</a></li></ul>')
}else{	
	document.write('<ul><li><a href="http://investor.dairycrest.co.uk/share-price-chart">Click here for Share Price Information</a></li></ul></div>');
}