/*
Author: Michael S. Ouellette
Website: http://www.michaelsouellette.com
Email: michaelsouellette@gmail.com
Version: 1.0
*/


$(document).ready(function(){
	var gpluswebsite = "http://www.michaelsouellette.com";
	var twitterusername = "mikesouellette";
	var facebookpage = "http://www.facebook.com/pages/MichaelSOuellettecom/198270350229531";
	var websitename = "MichaelSOuellette.com";

/* Do not edit below this line */

	facebookpage = encodeURIComponent(facebookpage);
	$("body").prepend("<link rel='stylesheet' type='text/css' href='http://www.michaelsouellette.com/socialbar/socialbar.css'><div id='socialbar'><div class='socialbar_text'><p>"+websitename+"</p></div><ul><li><!-- Place this tag where you want the +1 button to render --><g:plusone size='medium' href='"+gpluswebsite+"'></g:plusone><!--  Place this tag after the last plusone tag --><script type='text/javascript'>(function() {var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);})();</script></li><li><a href='http://twitter.com/share' class='twitter-share-button' data-count='horizontal' data-via='"+twitterusername+"'>Tweet</a><script type='text/javascript' src='http://platform.twitter.com/widgets.js'></script></li><li><iframe src='http://www.facebook.com/plugins/like.php?app_id=200401276668394&amp;href="+facebookpage+"&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=tahoma&amp;height=21' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:100px; height:21px;' allowTransparency='true'></iframe></li></ul></div>");
});
