// JavaScript Document

// JavaScript Document

<!--Footer-->
var d = new Date();
var currentyear = d.getFullYear();

document.write('<div id="footer">');
document.write('		<div class="menu" style="top:10px">');
document.write('<div id="bot-mid">A Fizzy Software company</div>');
document.write('	<div id="bot-mid">&copy; 2009 FizzyApps.com. All rights reserved.</div>');
document.write('	<div id="bot-mid">All trademarks are the property of their respective owners.</div>');
document.write('		</div>');
document.write('	</div>');
document.write('<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-2214340-7"); pageTracker._trackPageview(); } catch(err) {}</script>');
			   
<!--Footer-->