function writeFooter()
{
	document.writeln ('<br><table align=center width=100% border=0 cellpadding=0><tr valign=middle>');
	document.writeln ('<td><a href="mailto:info@southernstars.com">info@southernstars.com</a> &#x2022; phone +1 (415) 671-6254 &#x2022; fax +1 (415) 659-8213 &#x2022; skype: south_stars</td>');
	document.writeln ('<td width=100 align=center><a name="fb_share" type="button"></a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></td>');
	document.writeln ('<td width=100 align=center><a href="http://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></td>');
	document.writeln ('</tr></table>');
	
	  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-19186906-1']);
  _gaq.push(['_trackPageview']);
 
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

}

