Fear of dying alone drives women AND men into bad relationships

');
popup.document.close();
return false;
}

function printArticle(articleId) {
TWpopup = window.open(); // have to use a global as window.open returns null in an ajax callback
//console.log("printArticle " + articleId);
new Ajax.Updater('post','/article/formatForPrinting/'+articleId, {asynchronous:true, evalScripts:true, onSuccess:function(transport) {printArticleBody(transport.responseText)}, requestHeaders:['X-Update', 'post']});
return false;
}

function getQueryString(key, default_)
{
if (default_==null) default_="";
key = key.replace(/[[]/,"\[").replace(/[]]/,"\]");
var regex = new RegExp("[\?]"+key+"=([^]*)");
var qs = regex.exec(window.location.href);
if(qs == null)
return default_;
else
return qs[1];
}

jQuery(document).ready(function() {
// write the Array.each Object.each function if it doesn't exist...some weird dfp prototype conflict
if(Array.each == undefined) Array.each=function() { return jQuery.each(this); };
if(Object.each == undefined) Object.each=function() { return jQuery.each(this); };

// handle missing console
if(console === undefined){
function _console(){
return {
log : function(v){
}
}
}
var console = new _console();
}

jQuery("img.logo").dblclick(function(){
jQuery("#serverName").show();
setTimeout(function() {
jQuery("#serverName").hide();
}, 2500);
});
});


/* make the like button smaller */
.fb_edge_widget_with_comment iframe {
width:50px !important;
}

div.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
width:50px !important;
}

.fblike {
width:55px !important;
}

span.stArrow {
display:none !important;
visibility:hidden !important;
}

/* but make the span that holds the comment box larger */
span.fb_edge_comment_widget.fb_iframe_widget iframe
{
width:401px !important;
}


/* css for IE */
#HPMenuBar ul li a
{
padding: 2px 5px 2px 5px !important;
}

/* temporary fix for site-642 */


The Week Logo

RSS


  • World
  • U.S.
  • Politics
  • Business
  • Tech
  • Science
  • Entertainment
  • Sports
  • Lifestyle
  • Language
  • Cartoons
  • Puzzles

  • STORE
  • <!--

  • BIZ SIMPLE
  • -->

<!--

-->

But it's better than a bad relationship, right?

n news that will be completely unsurprising to those who have dated people who spend more time playing Grand Theft Auto than speaking in full sentences, science has confirmed that our fear of being single keeps us in bad relationships.

A study from the University of Toronto recently published in the Journal of Personality and Social Psychology has found that people often stay in relationships because they are afraid of ending up alone. The more fearful they are, the more likely they are to majorly lower the bar for what they expect in a romantic partner.

"Those with stronger fears about being single are willing to settle for less in their relationships," said the lead author Dr. Stephanie Spielmann in a statement. "Sometimes they stay in relationships they aren't happy in, and sometimes they want to date people who aren't very good for them."

Apparently as annoyed as we are when our mothers remind us that "Better is the enemy of good," we agree with them when it comes to our relationships, at least to a degree. Anyone who has been the only one dancing to Beyonce's "Single Ladies" at their college roommate's wedding knows the uncomfortable truth: There is, albeit temporary, comfort in having another person by your side.

What is actually surprising about the study, though, is that the data showed men are as concerned as women about becoming lonely cat ladies. "In our results we see men and women having similar concerns about being single which leads to similar coping behaviors, contradicting the idea that only women struggle with the fear of being single," co-author Dr. Geoff MacDonald said in a statement.

That's right. Contrary to the myth that men seek an eternity of bachelorhood fun and games, it turns out they, too, worry that they will face a lonely bitter end in which potted ferns are their only form of loving companionship.

This is particularly fascinating, since women have generally been considered the gender with a romantic expiration date, while men have the option of taking the sexy lone-wolf route with women coming and going in their lives. Women were long stigmatized for being single and taught that there was a narrow window of attractiveness and desirability before they were considered off the market for good.

But everybody hurts, regardless of whether they pee standing up or sitting down. "Loneliness is a painful experience for both men and women," said MacDonald, "So it's not surprising that the fear of being single seems not to discriminate on the basis of gender."

There's also the fact that men today have more of a reason to worry about remaining single than they did fifty year ago. Since women are no longer as (or at all) dependent on men for their financial and social security, men aren't guaranteed a lifetime of female companionships. There may be fear of dying alone, but there is no actual need for women to marry for their economic wellbeing or societal standing. Thus, they aren't a guarantee for men, which is why they may be as likely as women to worry now about their chances of finding someone better...or just someone.

So when you are wondering about whether you should stay with someone who can't remember your birthday, take comfort in knowing that Mr. or Mrs. Right may be right out there, trying to find the courage to leave his or her dead-end relationship, too.

<!--

googletag.cmd.push(function() { googletag.display('div-gpt-ad-1385152635178-1'); });

-->


Wet dog


Republican MadLibs






document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window_imagemap{
width:660px;
position: fixed;
z-index: 1102;
color:
display:none;
text-align: left;
top: 17%;
left: 28%;
background:none;}
]]>

");
jQuery("#TB_overlay").click(tb_remove_rm);
}
}else{//all others
if(document.getElementById("TB_overlay") === null){
jQuery("body").append("

");
jQuery("#TB_overlay").click(tb_remove_rm);
}
}

if(tb_detectMacXFF()){
jQuery("#TB_overlay").addClass("TB_overlayMacFFBGHack");//use png overlay so hide flash
}else{
jQuery("#TB_overlay").addClass("TB_overlayBG");//use background and opacity
}

if(caption===null){caption="";}
jQuery("body").append("

");//add loader to the page
jQuery('#TB_load').show();//show loader

var baseURL;
if(url.indexOf("?")!==-1){ //ff there is a query string involved
baseURL = url.substr(0, url.indexOf("?"));
}else{
baseURL = url;
}

//alert("bar");

var queryString = url.replace(/^[^?]+??/,'');
var params = tb_parseQuery( queryString );

TB_WIDTH = (params['width']*1) + 30 || 630; //defaults to 630 if no paramaters were added to URL
TB_HEIGHT = (params['height']*1) + 40 || 440; //defaults to 440 if no paramaters were added to URL
ajaxContentW = TB_WIDTH - 30;
ajaxContentH = TB_HEIGHT - 45;

if(url.indexOf('TB_iframe') != -1){// either iframe or ajax window
urlNoQuery = url.split('TB_');
jQuery("#TB_iframeContent").remove();
if(params['modal'] != "true"){//iframe no modal
jQuery("#TB_window_imagemap").append("");
}else{//iframe modal
jQuery("#TB_overlay").unbind();
jQuery("#TB_window_imagemap").append("");
}
}else{// not an iframe, ajax
//alert(params['title']);
if(jQuery("#TB_window_imagemap").css("display") != "block"){
if(params['modal'] != "true"){//ajax no modal
jQuery("#TB_window_imagemap").append("

");

}else{//ajax modal
jQuery("#TB_overlay").unbind();
jQuery("#TB_window_imagemap").append("

");
}
}else{//this means the window is already up, we are just loading new content via ajax
jQuery("#TB_ajaxContent")[0].style.width = ajaxContentW +"px";
jQuery("#TB_ajaxContent")[0].style.height = ajaxContentH +"px";
jQuery("#TB_ajaxContent")[0].scrollTop = 0;
jQuery("#TB_ajaxWindowTitle").html(caption);
}
}

jQuery("#TB_closeWindowButton").click(tb_remove_rm);

if(url.indexOf('TB_inline') != -1){
jQuery("#TB_ajaxContent").append(jQuery('#' + params['inlineId']).children());
jQuery("#TB_window_imagemap").unload(function () {
jQuery('#' + params['inlineId']).append( jQuery("#TB_ajaxContent").children() ); // move elements back when you're finished
});
tb_position();
jQuery("#TB_load").remove();
jQuery("#TB_window_imagemap").css({display:"block"});
}else if(url.indexOf('TB_iframe') != -1){
tb_position();
if(jQuery.browser.safari){//safari needs help because it will not fire iframe onload
jQuery("#TB_load").remove();
jQuery("#TB_window_imagemap").css({display:"block"});
}
}else{
jQuery("#TB_ajaxContent").load(url += "random=" + (new Date().getTime()),function(){//to do a post change this load method
tb_position();
jQuery("#TB_load").remove();
tb_init("#TB_ajaxContent a.thickbox");
jQuery("#TB_window_imagemap").css({display:"block"});
});
}

if(!params['modal']){
document.onkeyup = function(e){
if (e == null) { // ie
keycode = event.keyCode;
} else { // mozilla
keycode = e.which;
}
if(keycode == 27){ // close
tb_remove_rm();
}
};
}

jQuery('object').each(function(){ this.regDisplay=this.style.display; this.style.display='none'; }); //jas
jQuery('#TB_window_imagemap object').each(function(){ this.style.display=this.regDisplay; }); //jas
} catch(e) {
//nothing here
}
}
jQuery(function() {
if(xecookieValue == 0) {
if((window.location.pathname != "/" ) (window.location.href.indexOf("flipbook") == -1))
//{tb_show_imagemap('', '/xerox/test.html?width=664height=534TB_iframe=true', null);}
jQuery.cookies.set(xecookieName, 1, xecookieOptions);
}
else if(xecookieValue == null) {
jQuery.cookies.set(xecookieName, 0, xecookieOptions);
}
});

Open bundled references in tabs:

Leave a Reply