// JavaScript Document


window.onload = function(){

	
/*
  jQuery('#social').append('<div style="display:inline; margin-left:4px;"><g:plusone></g:plusone></div>'); //size="small"
  (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);
  })();
  */

	jQuery('#social').append('<div style="position:absolute; display:inline; margin-left:4px;"><div style="margin: 0px; padding: 0px; width: 106px; height: 24px; text-indent: 0px; float: none; display: inline-block;" id="___plusone_0"><iframe style="left: 0px; top: 0px; width: 106px; height: 24px; visibility: visible; position: static;" id="I1_1313630517417" tabIndex="-1" vspace="0" marginHeight="0" src="https://plusone.google.com/u/0/_/+1/fastbutton?url=http%3A%2F%2Fwww.mediasound.com.au%2F&amp;size=standard&amp;count=true&amp;annotations=&amp;hl=en-US&amp;jsh=r%3Bgc%2F23123384-f8bf5791#id=I1_1313630517417&amp;parent=http%3A%2F%2Fwww.mediasound.com.au&amp;rpctoken=306089101&amp;_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe" frameBorder="0" width="100%" allowTransparency="true" name="I1_1313630517417" marginWidth="0" scrolling="no" hspace="0"></iframe></div></div>');
	
	
    var fbid = '157334324300898';

    var css = "<style type='text/css'>" +
        ".slide_likebox {\
        float: right;\
        width: 247px;\
        height: 385px;\
        background: url(/images/facebook_bg.png) no-repeat !important;\
        display: block;\
        right: -205px;\
        padding: 0;\
        position: fixed;\
        top: 170px;\
        z-index: 1002;" +
        "}" +
    "</style>";

    jQuery('head').append(css);

    var fbiframe = '<iframe src="https://www.facebook.com/plugins/fan.php?id='+fbid+'&connections=9&height=368&locale=en_GB&logobar=true&sdk=joey&stream=false&width=190&login=1&popup_closer_reload=1&amp;width=190&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false&amp;height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:190px; height:368px; background: #FFF"></iframe>';

    var fbhtml = '<div class="slide_likebox" style="right: -205px; "> <div style="color: #FFF); padding: 8px 5px 0 50px;"><div class="FB_Loader"></div><span>'+fbiframe+'</span></div></div>';


    jQuery('body').append(fbhtml);
        jQuery(".slide_likebox").hover(function(){
        jQuery(".slide_likebox").stop(true, false).animate({right:"0"},"medium");
        },function(){
            jQuery(".slide_likebox").stop(true, false).animate({right:"-205"},"medium");
            },500);
    return false;
};
