/* Google Analytics */
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18937887-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);
})();

/* Site by B2B */
var image = 'http://s283038423.onlinehome.us/httpdocs/_misc/b2b.gif';

var message = new Array();
message[0] = 'Website designed by Back 2 Basics Marketing, LLC.';
message[1] = 'Website by Back 2 Basics Marketing, the St. Louis Ad Agency.';
message[2] = 'Web Design and Maintenance by Back 2 Basics Marketing.';
randno = Math.floor ( Math.random() * message.length ); 

document.write('<div style="width:600px; margin:10px auto; text-align:center;"><a href="http://www.back2basicsmarketing.com" style="font-weight:normal; text-decoration:none;"><img src="' + image + '" style="margin:0 0 5px 0; border:none;" /><br />' + message[randno] + '</a></div>');
