// call a function immediately after jQuery is loaded
head.ready(function() {
	jQuery("#lb_facebook").colorbox({width:"500px", height:"240px", scrolling:false, iframe:true, href:"/connect/facebook.html", opacity: .35, });
	jQuery("#lb_twitter").colorbox({width:"500px", height:"240px", scrolling:false, iframe:true, href:"/connect/twitter.html", opacity: .35, });
	jQuery("#lb_tumblr").colorbox({width:"500px", height:"240px", scrolling:false, iframe:true, href:"/connect/tumblr.html", opacity: .35, });
	jQuery("#lb_rss").colorbox({width:"500px", height:"240px", scrolling:false, iframe:true, href:"/connect/rss.html", opacity: .35, });
	jQuery("#lb_email").colorbox({width:"500px", height:"240px", inline:true, href:"#email_dialog", opacity: .35, });
	
	//Show user profile
	jQuery("a.view_profile img").tipTip({maxWidth: "auto", delay: 100, defaultPosition: "top", content: "Click to view profile", edgeOffset: 1});	
});
 
// load scripts by assigning a label for them
head.js(
   {jquery: 	"http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"},
   {core: 		"http://p.uproxxcdn.com/global/js/core_2012-01-31.js"},
   {soco: 		"http://profile.uproxx.com/global/js/reminder.js"},
   {twitter: 	"http://platform.twitter.com/widgets.js"},
   {tumblr: 	"http://platform.tumblr.com/v1/share.js"},
   {gplus:		"http://apis.google.com/js/plusone.js"}
);


