<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:output method="html" indent="no" doctype-system="http://www.w3.org/TR/html4/strict.dtd" doctype-public="-//W3C//DTD HTML 4.01//EN" encoding="utf-8" />
  
  <xsl:template match="Root">
  
    <html>
    	<head>
    		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    		<title>Broad Street Digital</title>
    	</head>	
    	
    	<body>
    	
    		<div style="width: 400px; font-family: Verdana, Arial, sans-serif; font-size: 80%; margin: auto;">
    			<img src="/corporate/images/bsd_logo.jpg" alt="Broadstreet Digital" style="margin-bottom: 50px;" />
    			
    			<p>
    				<strong>RoyaltyShare, Inc</strong>, a premier provider of digital royalty and content delivery solutions to the entertainment industry acquired the Broad Street Digital business from Arbinet-thexchange, Inc.(NASDAQ:ARBX) in August of 2008.
    			</p>
    			
    			<p>
    			For additional information regarding this acquisition and contact information for RoyaltyShare, please go to <a href="http://www.royaltyshare.com" style="color: #05b7dd;">www.royaltyshare.com</a>
    			</p>
    			 
    			<p style="color: #ccc; float: right; font-size: 80%; margin-top: 30px;">
    				Copyright &#xA9; RoyaltyShare, Inc. All rights reserved 
    			</p>
    			
    		</div>
    	     
    	</body>
    </html>

	</xsl:template>                
              
                
</xsl:stylesheet>