US job openings fall to five-month low
‘
,containerID: ‘divGigyaLoginTop’
,showEditLink: ‘TRUE’
}
var login_params_top=
{
showTermsLink:false // remove ‘Terms’ link
,hideGigyaLink:true // remove ‘Gigya’ link
,height: 20
,width: 125
,UIConfig: ”
,containerID: ‘divGigyaLoginTop’
,pendingRegistration: ‘FALSE’
}
var showSiteFollowBarUI_params=
{
containerID: ‘social-logo’,
iconSize: 22,
buttons: [
{
provider: 'facebook',
actionURL: 'https://www.facebook.com/globalpost',
title: 'Support GlobalPost on Facebook',
action: 'dialog'
},
{
provider: 'twitter',
title: 'Follow @globalpost',
action: 'dialog',
followUsers: 'globalpost'
},
{
provider: 'linkedin',
actionURL: 'http://www.linkedin.com/today/globalpost.com',
title: 'Follow GlobalPost'
},
{
provider: 'googleplus',
actionURL: 'https://plus.google.com/117899428893829482065',
title: 'Add GlobalPost to your circles'
},
{
provider: 'rss',
actionURL: 'http://www.globalpost.com/feed/list',
title: 'GlobalPost RSS Feeds'
}
]
}
// function to populate name and photo box in header of page
function renderUI(res) {
if(document.getElementById(“profile”)){
if (res.user != null res.user.isConnected) {
document.getElementById(“name”).innerHTML = res.user.nickname;
if (res.user.thumbnailURL.length 0)
document.getElementById(“photo”).src = res.user.thumbnailURL;
else
document.getElementById(“photo”).src
= “http://cdn.gigya.com/site/images/bsAPI/Placeholder.gif”;
document.getElementById(“profile”).style.display = “block”;
document.getElementById(“gig-logout”).style.display = “block”;
document.getElementById(“gigya-login-message”).style.display = “none”;
document.getElementById(“gigya-login-text”).style.display = “block”;
} else {
document.getElementById(“profile”).style.display = “none”;
document.getElementById(“gig-logout”).style.display = “none”;
document.getElementById(“gigya-login-message”).style.display = “block”;
document.getElementById(“gigya-login-text”).style.display = “none”;
document.getElementById(“name”).innerHTML = “”;
}
}
}
// Logout from Gigya platform. This method is activated when “Logout” button is clicked
function logoutFromGS() {
gigya.socialize.logout(); // logout from Gigya platform
}
Drupal.behaviors.gigyaHeaderUserInfo = function (context) {
gigya.socialize.showAddConnectionsUI(connect_params_top);
gigya.socialize.showFollowBarUI(showSiteFollowBarUI_params);
//gigya.socialize.showLoginUI(login_params_top);
// get user info
gigya.socialize.getUserInfo({ callback: renderUI });
// register for connect status changes
gigya.socialize.addEventHandlers({onLogin: renderUI, onLogout : renderUI, onConnectionAdded: renderUI, onConnectionRemoved: renderUI });
};
//
// // Publish an Activity Feed internally (only to site scope)
// // This method is associated with the “btnPublishAction” click
// function publishFeed() {
//
// // Constructing a UserAction Object
// var act = new gigya.socialize.UserAction();
// act.setLinkBack(“http://gigya.com”); // Adding a Link Back
// act.setTitle(“This is my title”); // Setting the Title
// act.setDescription(“This is my Description”); // Setting the Description
// act.addMediaItem( { // Adding a Media (image)
// src: ‘http://www.cherrybam.com/graphics/graphics-cute/cute004.gif’,
// href: ‘http://www.cherrybam.com/’,
// type: ‘image’
// });
//
// // Parameters for the publishUserAction method,
// var params =
// {
// userAction:act, // including the UserAction object define above
// scope: ‘internal’, // the Activity Feed will be published interanlly (site scope) only (not to social networks).
// privacy: ‘public’,
// callback:publishAction_callback
// };
//
// // Publish the User Action
// gigya.socialize.publishUserAction(params);
//
// } //end function publishFeed
//
// // Display a status message according to the response from publishUserAction.
// function publishAction_callback(response)
// {
// switch (response.errorCode )
// {
// case 0:
// document.getElementById(‘status’).style.color = “green”;
// document.getElementById(‘status’).innerHTML =
// “Activity Feed item published, and will be presented shortly on the Activity Feed Plugin.”;
// break;
// default:
// document.getElementById(‘status’).style.color = “red”;
// document.getElementById(‘status’).innerHTML =
// “Unable to send Feed item. status=”
// + response.errorCode + “; ” + response.errorMessage + “;
”
// + “Please make sure you are logged in to Gigya. You may log in using the Login Plugin inside the ‘Me’ tab above” ;
// }
// }
//
//
//
// // Logout from Gigya platform. This method is activated when “Logout” button is clicked
// function logoutFromGS() {
// gigya.socialize.logout(); // logout from Gigya platform
// }
//–
<!– PRIMARY NAVIGATION –>
3.7 unemployed Americans were competing for each open spot in April.
News DeskJune 19, 2012 18:37
The number of jobs available in the US slid to a five-month low in April, according to the latest data from the US Labor Department.
The US in April had 3.42 million job openings, 325,000 fewer than a month earlier. The drop is the biggest in nearly four years, Bloomberg said. It left 3.7 Americans vying for each open spot.
The data makes for the most competitive job market since November and shows openings are down across industries.
“The report was soft, lending some credence to the view that the April-May slowing seen in the payroll report was real and not a statistical fluke,” Michael Feroli, an economist at JPMorgan in New York, told Reuters.
The US employment picture has become increasingly gloomy with latest data showing the US added far fewer jobs than expected in May. That anemic growth has the US unemployment rate stuck at above 8 percent, and today’s data is particularly discouraging against that backdrop. The data also showed Americans haven’t yet become confident enough about their job prospects to leave whatever positions they’ve been clinging on to for dear life.
More from GlobalPost: Unemployment rises to 8.2 percent in May
When the US recession officially ended in 2009, there were 6.2 unemployed Americans competing for each open spot. At the beginning of the US downturn in late 2007, that figure stood at 1.8.
More from GlobalPost: Banking on Africa’s poor
http://www.globalpost.com/dispatch/news/regions/americas/united-states/120619/us-job-openings-fall-five-month-low
Recommended
‘);
var vimg = $(”);
var vtit = $(”+ad.title+”);
vdiv.append(vimg);
vdiv.append(vtit);
$(“#adlist”).append(vdiv);
});
// Bind clicks on the ad links
$(“#adlist .views-row”).click( function(){
var idx = $(this).attr(‘id’).substr(3);
tag.fireEvent({ event:”click”, index: idx, onComplete: function(){
window.location.href = tag.ad_info.videos[idx].video_id_or_url;
}});
});
return null;
}
};
// var opts2 = {
// pl: 336,
// n:1,
// env: ‘staging’,
// templateFunction: function(ad_info){
// $.each(ad_info.videos, function(i,ad){
// var vdiv = $(”);
// var vimg = $(”);
// var vtit = $(”+ad.title+”);
// vdiv.append(vimg);
// vdiv.append(vtit);
// $(“#adlist”).append(vdiv);
// });
// Bind clicks on the ad links
// $(“#adlist .views-row”).click( function(){
// var idx = $(this).attr(‘id’).substr(3);
// tag.fireEvent({ event:”click”, index: idx, onComplete: function(){
// window.location.href = tag.ad_info.videos[idx].video_id_or_url;
// }});
// });
// return null;
// }
// };
tag.createAd(opts1);
//tag.createAd(opts2);






Don’t Miss…

Copyright 2012 GlobalPost – International News
Similar news:



