
/* Copyright (c) 2008 Brandon Aaron (http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Version 2.1.2-pre
 */
 
var skysongs={init:function(){skysongs.ajax.init();skysongs.decoratePage("body");skysongs.registerStaticFlashComponents();skysongs.createFooterInfoTips();$("body").click(skysongs.listpopup.hideAddToPopup);skysongs.registerSendToFriendPopup();skysongs.browserfixes.applyGlobalFixes();skysongs.registerUniversalSubscriptionLink();skysongs.listpopup.init();skysongs.text.renderElement("#sendtofriend-popup h3");skysongs.text.renderElement("#sendtofriend-popup .button-blue");skysongs.ajax.goToHashIfRequired()}};

createFooterInfoTips:function(){$("#share-links a").each(function(){skysongs.createInfoTip(this,"title","#share-tip")})}
