snowcreature23
09-13-2008, 04:14 AM
I think SCOL needs to et a computer question board up, I have found other sites with them they hust talk about how to fix computers if there's something wrong with them. Anyways this is what I have wrong I can't get my pass word working on my yahoo mail arron_392001@yahoo.com is my name,but this is what it says when I try to get my password Yahoo! Mail experienced a login error:
name:ReferenceError
message:setupInit is not defined
lineNumber:704
fileName:file:///C:/Users/Test/Desktop/launch.ht any body knows what this means?<html><head><!-- Copyright 2008 Yahoo!, Inc. All rights reserved. -->
<meta http-equiv="Expires" content="Sat, 16 Nov 2002 00:00:01 GMT">
<meta http-equiv="Content-type" content="text/html;charset=utf-8"><title>Yahoo! Mail</title>
<script language="JavaScript">
window.onerror = function(sMsg,sUrl,sLine){
var str, RS, sLaunch = (window.gLaunchSequenceCompleted&&gLaunchSequenceCompleted)?"aLaunch":"bLaunch";
var brows="otherBrows",plat="otherPlat",ua = navigator.userAgent.toLowerCase();
if (ua.indexOf('msie')!=-1){brows='ie';}
else if (ua.indexOf('safari')!=-1){brows='saf';}
else if (ua.indexOf('firefox')!= -1){brows='ff';}
if (ua.indexOf('mac')!=-1){plat='mac';}
else if (ua.indexOf('windows')!= -1){plat='win';}
str = ["ScriptError",brows,plat,sLaunch];
RS = document.createElement("IMG");
RS.onload = function(){ eval( "'onload'; this.onload = null; this.onerror = null;" ) };
RS.onerror = function(){ eval( "'onerror'; this.onload = null; this.onerror = null;" ) };
RS.src = "rs?log=ScriptError;" + str.join("-");
RS = null; // break closure
window.onerror = null;
return false;
}
function _exit(reason, msg, stack, extraParamStr)
{
var sFormHTML = "", sMethod = "GET", sUrl;
var oFormEl, forceLog = 0;
switch (reason)
{
case "missingJS":
case "noactiveX":
case "QS":
case "cache":
break;
case "cookie":
if (msg || stack)
sMethod = "POST";
break;
case "launchFailure":
sMethod = "POST";
break;
default:
reason = "launchFailure";
sMethod = "POST";
break;
}
msg = msg || "unknown";
msg = reason + "\n" + msg;
try {
if (location.search.indexOf("logJSErr=1"))
forceLog = 1;
} catch (e) {
forceLog = 0;
e = null;
}
sUrl = ["troubleLoading?prob=", reason, "&log=", forceLog, "&", extraParamStr].join("");
//post to trouble loading
sFormHTML =
[
"<form id='errForm' name='errForm' action='", sUrl, "' method='",
sMethod,
"' hidefocus='true' tabindex='-1' ",
"style='visiblity:hidden;display:none'><input type='hidden' name='msg' value='",
escape(msg),
"' /><input type='hidden' name='stack' value='",
escape(stack),
"' /></form>"
];
try {
sFormHTML = sFormHTML.join("");
oFormEl = document.createElement("div");
oFormEl.innerHTML = sFormHTML;
document.body.appendChild(oFormEl);
oFormEl = document.getElementById('errForm');
} catch (e) {
e = oFormEl = null;
}
_exit = function() {};
if (oFormEl) { oFormEl.submit(); }
else { window.location.href = sUrl; }
}
</script>
<script language="JavaScript">
var gLaunchSequenceCompleted = false;
var gPostLaunchSequenceCompleted = false;
var activeX = {
enabled: true,xmldom:'MSXML2.DOMDocument.3.0',xmlhttp:'MSXML2.XMLHTTP.3.0',message:'',
_newDOM: function(bt)
{
var ret = null, e1, e2;
if ("ActiveXObject" in window) {
try { ret = new ActiveXObject(activeX.xmldom); } catch (e1) { e1 = ret = null; }
if (!ret) {
try {
ret = document.createElement("XML");
ret.loadXML("<f />");
ret.XMLDocument = ret.documentElement;
} catch (e1) { ret = null; }
}
}
if (!ret) try { ret = document.implementation.createDocument("", "", null); } catch (e2) { ret = null; };
return (bt) ? {err:e1||e2,msg:"xmldom:failure\n"} : ret;
},
_newHTTP: function(bt)
{
var ret = null, e;
try { ret = new XMLHttpRequest(); } catch (e) { e = ret = null; }
if (!ret) try { ret = new ActiveXObject(activeX.xmlhttp); } catch (e) { ret = null; }
return (bt) ? {err:e,msg:"xmlhttp:failure\n"} : ret;
}
}
function _CD(action) {
if ( action != "exit" ) return;
deleteCookie( "YM.BM", "/", "yahoo.com" );
var url = "http://login.yahoo.com/config/login?logout=1&.src=cdgm&.intl=us&.direct=2&.done=http://www.yahoo.com&.last=http://mail.yahoo.com";
var redirectObj = elt ("uh_soredirect");
if (redirectObj && redirectObj.value.length)
url = redirectObj.value + url;
window.top.location.href = url;
}
function _H4O(event, srcElement) {
}
function _MMOH(event, srcElement) {
}
function getExceptionDetail(e, sep, stack) {
if(!sep) sep = "\n";
var msg = "";
if(!e) return msg;
if(e.name) msg += "name:"+e.name+sep;
if(e.message) msg += "message:"+e.message+sep;
if(e.number) msg += "number:"+e.number+sep; if(e.lineNumber) msg += "lineNumber:"+e.lineNumber+sep; if(e.description) msg += "description:"+e.description+sep; if(e.fileName) msg += "fileName:"+e.fileName+sep; if(stack && e.stack) msg += "stack:"+e.stack+sep; return msg;
}
function Timer () { this.start = 0; this.total = 0;}
function Stopwatch (name) {
this._name = name; this._timers = {};
this.start = function (name) {this.startIfNeeded(name);};
this.startIfNeeded = function (name) {var t = this._timers[ name ]; if(!t) t = new Timer(); if (t.start!=0) return; t.start = ( new Date() ).getTime(); this._timers[ name ] = t;};
this.stop = function (name) {this.stopIfNeeded(name);};
this.stopIfNeeded = function ( name ) {var t = this._timers[ name ]; if (!t || !t.start) return; t.total += ( ( new Date() ).getTime() - t.start ); t.start = 0;};
this._getTimer = function (name) {return this._timers[name];};
}
var gLaunchProfile = new Stopwatch("LaunchProfile");
var gLaunchStartTime = ( new Date() ).getTime();
gLaunchProfile.start("PreOnload");
gLaunchProfile.start("-kPartner");
var kPartner =
{
'location': 'http://us.mg2.mail.yahoo.com/dc/launch',
'serverName': 'us.mg2.mail.yahoo.com',
'farm': '624',
'launchParams': { 'To':'pers-785021682@craigslist.org', 'Cc':'', 'Bcc':'', 'Subj':'Peninsula', 'Body':'', 'action':'compose', 'umid':'' },
'wssid' : 'SzkXsFHl54B',
'path': { 'webApp': '/dc/', 'webService': 'ymws', 'proxy': '' },
'commonDomain': '.mail.yahoo.com',
'bizMailDomain': '',
'jsLib': { 'combo': 1, 'comboConf': 1, 'ycsBuild': 1, 'base': 'http://mail.yimg.com/us.js.yimg.com/', 'script': 'combo', 'dir': 'lib' },
'userDomain': '',
'intl': { 'user': 'us', 'stripped': 'us', 'loc': 'us' },
'rss': { 'enabled': true, 'minCheckMinutes': 60, 'discUrl': 'http://rec.feeds.yahoo.com/fd/popup.php' },
'calendar': { 'enabled': true, 'userProvisioned': true, 'mobileDelivery': true, 'lastModTimestamp': '1196828481', 'createTimestamp': '1081819476'},
'showCalStrip': true,
'ab':{'load':1},
'droplet': { 'allowed': 0 },
'messenger': { 'enabled': true, 'showmsn': true, 'newoverlay': true, 'server': 'us.mg2.mail.yahoo.com', 'port': '5050' },
'isAMT': '',
'sms': { 'enabled': true},
'relogin': { 'popup': true, 'url': 'https://login.yahoo.com/config/login_verify2?.intl=us&.src=cdgm&.pd=c%3dUUxCT1K42e7bwdS23u.79t.FKQ--' },
'showWelcomeATT': '',
'trackRocketStats': 'none',
'useIMMailNotifications': '',
'rsLaunchMetrics' : true,
'beaconSubPageViews': true,
'opi': { 'server': 'mail.opi.yahoo.com', 'script': 'online', 'param1': 'u=', 'param2': '&m=g&t=0', 'newserver': 'opium3.msg.vip.mud.yahoo.com', 'newparam2': '&m=g&t=5' },
'im': { 'server': 'login.yahoo.com', 'script': 'config/send_webmesg', 'param1': '.target=', 'param2': '' },
'mobile': { 'hcs': false, 'hsa': false },
'mailOptions': { 'enabled': 'true', 'url': '/y5/s/mailoptions', 'reqIntl': '' },
'weather': { 'enabled': 'true','useWrapper': 'true','ocpHost': 'yapi.feeds.yahoo.com','timeout': '1'},
'isMsgrUser': '2login1208384623msgr1216517936',
'll': null,
'foldersInitiallyExpanded':1,
'hasNotepad': true,
'hasSubjectOMatique': true,
'hasFunTyping': true,
'showNewBanner': true,
'checkAllFolders' : false,
'minCheckMailMinutes' : 10,
'maxCheckMailMinutes' : 10,
'autoSave' : { 'interval': 5, 'timeout': 15},
'syncTimeRatio' : 3,
'isin': 0,
'axs': false,
'useRichText': false,
'addUnknownContacts' : 'prompt',
'dirSearchOrder': 'null',
'cdl': false,
'userYIV': '',
'pr': 0,
'showWelcomePage': 1,
'emoticonBaseUrl': 'http://mail.yimg.com/us.yimg.com/i/mesg/tsmileys2/',
'fpw':'',
'fph':'',
'btph':'',
'msgTableRowHeight': 17,
'bigTableHeaderHeight': 17,
'cwpref': {
'frc':'',
'suc':'',
'rec':'',
'sic':'',
'toc':'',
'sec':'',
'moc':'',
'loc':'',
'atc':'',
'apc':'',
'nac':'',
'emc':'',
'phc':'',
'coc':''
},
'cwdef': {
'frc':140,
'suc':205,
'rec':150,
'sic':50,
'toc':150,
'sec':150,
'moc':130,
'loc':85,
'atc':18,
'apc':160,
'nac':150,
'emc':160,
'phc':140,
'coc':150
},
// 'blindedName2': 'appid=ymdc&abwssid=', Turn this on for Pheasant AB support and remove the line below.
'blindedName2': '',
'blindedName': 'wkpoAQOV1No4VHN0loL_IQ--',
'acFeedUrl': 'http://address.mail.yahoo.com/acjs3/utf8/us/wkpoAQOV1No4VHN0loL_IQ--',
'acListFeedUrl': 'http://address.mail.yahoo.com/acjs4/utf8/us/wkpoAQOV1No4VHN0loL_IQ--',
'acCodeUrl': 'http://us.js1.yimg.com/us.yimg.com/lib/pim/r/medici/13_15/mail/ac.js',
'isHeadAdServed': true,
'sido': 0,
'bucket': 1,
'encd': 'iso-8859-1',
'emim': '%7B%22site-attribute%22%3A%22content%3D%5C%22tenure%3A%20week%2014-%3Bno_expandable%3Bajax_cert_expandable%5C%22%22%7D',
'bcn': 1,
'skwd': 160,
'impr': [ 3000,3000,3000,3000,15000,3000,10000,3000,10000 ], 'apos': [ "SKY,MNW,SW1,SW2,SW3", "CSKY,MNW,SW1,SW2,SW3", "MNW,SW1,SW2,SW3", "SW1,SW2", "CSKY,MNW,SW1,SW2,SW3", "CSKY,SW1,SW2,SW3", "CSKY,SW1,SW2,SW3", "CSKY,MNW", "CSKY,MNW" ],
'epos': '',
'wadp': [ "LREC", "" ], 'wprp': [ "H1,H2,H3", "H1,H4,H5" ], 'wpne': [ "H1", "H1" ], 'proxyads': false,
'slug' : 1,
'bizMailType' : 0,
'pbranding': { 'tenabled': true, 'tlink': 'http://www.trueswitch.com/yahoo', 'pcode': '', 'isSN': false, 'pname': 'Yahoo!', 'tos': '', 'ppolicy': '', 'copyright': '', 'nofb': false, 'feedback': '', 'nocus': false, 'contactus': '', 'upsenabled': false, 'ups': '', 'tutorial_link': '', 'helpUrl': '' },
'ypc': {
'isYpcUser': false,
'restrictOut': false,
'attachOK': true,
'restrictIM': false },
'showNuTour': { 'newUser': false, 'migUser': false },
'gxconf': false,
'msgrPresenceUrl' : 'http://mail.yimg.com/us.yimg.com/i/us/pim/userstatus_2.swf',
'msgrPresenceIframe' : false,
'stationeryEnabled' : true,
'openMail' : { 'enabled': false },
'systemHost': 'web62413.mail.re1.yahoo.com',
'version': { 'major': '1', 'minor': '3', 'patch': '0', 'build': '1042.48', 'buildTime': '07/14/2008 05:22 PM' },
"lw" : {"on" : true,"url" : "http://l.yimg.com/us.js.yimg.com/lib/s2/rel/ysc_csc_ymailcg_3.1.1.js","excludeTypes" : {}} };
var ymSigChk = true;
var ymsigy = "v=1&n=e3k1c3sgn4fav&l=0hhed_tzsqqr/o&p=m1v318r0130g0000&jb=16|47|&r=bu&lg=en-US&intl=us";
var ymsigq = "action=compose&YY=840252050&.rand=1037827943&To=pers-785021682@craigslist.org&Subj=Peninsula";
var __gProfileTimeout__ = false;
var gComponentMap = {"baseurl":"http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/","intlDir":"us\/","components":{"addcxn_nomunge":["addcxn_nomunge_1042_48.js",377],"crossframe_nomunge":["crossframe_nomunge_1042_48.js",5542,98],"msgcomp":["msgcomp_1042_48.js",87402,19965],"im_sdk_nomunge":["im_sdk_nomunge_1042_48.js",32695,250],"msgcompext":["msgcompext_1042_48.js",28320,1756],"weather":["weather_1042_48.js",9746,2127],"im":["im_1042_48.js",35821,1917],"stationery":["stationery_1042_48.js",21534,912],"home":["home_1042_48.js",27719,1502],"attachdownload":["attachdownload_1042_48.js",19103,1218],"calstripmini":["calstripmini_1042_48.js",17935,428],"amunger":["amunger_1042_48.js",174],"init":["init_1042_48.js",749926],"ondemand_extnav":["ondemand_extnav_1042_48.js",6585,578],"print":["print_1042_48.js",5397,564],"tableview_ext":["tableview_ext_1042_48.js",7558,53],"yab":["yab_1042_48.js",49978,3191],"folders":["folders_1042_48.js",10466,938],"calstripedit":["calstripedit_1042_48.js",89804,7375],"calstrip_od":["calstrip_od_1042_48.js",23799,3186],"turing":["turing_1042_48.js",8607,1877],"extended_yui_nomunge":["extended_yui_nomunge_1042_48.js",139065,1095],"acctswitcher":["acctswitcher_1042_48.js",1974,68],"calstrip_hover":["calstrip_hover_1042_48.js",23940,863],"maprelated_nomunge":["maprelated_nomunge_1042_48.js",125948,444],"msgsend_od":["msgsend_od_1042_48.js",24548,1537],"calstrip":["calstrip_1042_48.js",54219,1342],"rss":["rss_1042_48.js",34985,1797],"search":["search_1042_48.js",20837,881],"yui_container_nomunge":["yui_container_nomunge_1042_48.js",64732,493],"helpbubbles":["helpbubbles_1042_48.js",26210,4813],"ramjet":["ramjet_1042_48.js",37423,774],"us":["strings_1042_48.js",265696],"yabui":["yabui_1042_48.js",67523,4287],"im_ondemand":["im_ondemand_1042_48.js",116082,9957],"calrichmedia":["calrichmedia_1042_48.js",6031,46],"options":["options_1042_48.js",12117,793]}};
gLaunchProfile.stop("-kPartner");
gLaunchProfile.start("-StringJsLoading");
var gRegLaunch=[];
ksandTheme=kThemes={theme:"sand",link:"#0066CC",hoverBackground:"#E7E8DD",elements:"url(/inc/img/icons.gif)",repeatX:"url(/inc/img/repeat_x.gif)",folderIcons:"url(/inc/img/icons.gif)",secondaryHighlightedText:"#5c58b0",highlightedText:"#ffffff",headline:"#6C53B8",borderColor:"#B3B6B0",primaryText:"#000000",secondaryText:"#7A8180",primarySelection:"#7b79c7",secondarySelection:"#EEEAFE"};var themeMapJS={"sbc_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/a627242f36aeb3342c1a4b65b2ebb757_1.js",23898],"pink_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/37dcdef622a2e8b93ae6730a4aa515e0_1.js",23901],"plum_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/06c43710388fa08a160221e3026bbdb1_1.js",23901],"lime_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/360271c5a1c8b3a274e231725439f228_1.js",23901],"blue_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/f4d51dd4b8f1993ce81cfa0546ae276b_1.js",23901],"gold_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclie
name:ReferenceError
message:setupInit is not defined
lineNumber:704
fileName:file:///C:/Users/Test/Desktop/launch.ht any body knows what this means?<html><head><!-- Copyright 2008 Yahoo!, Inc. All rights reserved. -->
<meta http-equiv="Expires" content="Sat, 16 Nov 2002 00:00:01 GMT">
<meta http-equiv="Content-type" content="text/html;charset=utf-8"><title>Yahoo! Mail</title>
<script language="JavaScript">
window.onerror = function(sMsg,sUrl,sLine){
var str, RS, sLaunch = (window.gLaunchSequenceCompleted&&gLaunchSequenceCompleted)?"aLaunch":"bLaunch";
var brows="otherBrows",plat="otherPlat",ua = navigator.userAgent.toLowerCase();
if (ua.indexOf('msie')!=-1){brows='ie';}
else if (ua.indexOf('safari')!=-1){brows='saf';}
else if (ua.indexOf('firefox')!= -1){brows='ff';}
if (ua.indexOf('mac')!=-1){plat='mac';}
else if (ua.indexOf('windows')!= -1){plat='win';}
str = ["ScriptError",brows,plat,sLaunch];
RS = document.createElement("IMG");
RS.onload = function(){ eval( "'onload'; this.onload = null; this.onerror = null;" ) };
RS.onerror = function(){ eval( "'onerror'; this.onload = null; this.onerror = null;" ) };
RS.src = "rs?log=ScriptError;" + str.join("-");
RS = null; // break closure
window.onerror = null;
return false;
}
function _exit(reason, msg, stack, extraParamStr)
{
var sFormHTML = "", sMethod = "GET", sUrl;
var oFormEl, forceLog = 0;
switch (reason)
{
case "missingJS":
case "noactiveX":
case "QS":
case "cache":
break;
case "cookie":
if (msg || stack)
sMethod = "POST";
break;
case "launchFailure":
sMethod = "POST";
break;
default:
reason = "launchFailure";
sMethod = "POST";
break;
}
msg = msg || "unknown";
msg = reason + "\n" + msg;
try {
if (location.search.indexOf("logJSErr=1"))
forceLog = 1;
} catch (e) {
forceLog = 0;
e = null;
}
sUrl = ["troubleLoading?prob=", reason, "&log=", forceLog, "&", extraParamStr].join("");
//post to trouble loading
sFormHTML =
[
"<form id='errForm' name='errForm' action='", sUrl, "' method='",
sMethod,
"' hidefocus='true' tabindex='-1' ",
"style='visiblity:hidden;display:none'><input type='hidden' name='msg' value='",
escape(msg),
"' /><input type='hidden' name='stack' value='",
escape(stack),
"' /></form>"
];
try {
sFormHTML = sFormHTML.join("");
oFormEl = document.createElement("div");
oFormEl.innerHTML = sFormHTML;
document.body.appendChild(oFormEl);
oFormEl = document.getElementById('errForm');
} catch (e) {
e = oFormEl = null;
}
_exit = function() {};
if (oFormEl) { oFormEl.submit(); }
else { window.location.href = sUrl; }
}
</script>
<script language="JavaScript">
var gLaunchSequenceCompleted = false;
var gPostLaunchSequenceCompleted = false;
var activeX = {
enabled: true,xmldom:'MSXML2.DOMDocument.3.0',xmlhttp:'MSXML2.XMLHTTP.3.0',message:'',
_newDOM: function(bt)
{
var ret = null, e1, e2;
if ("ActiveXObject" in window) {
try { ret = new ActiveXObject(activeX.xmldom); } catch (e1) { e1 = ret = null; }
if (!ret) {
try {
ret = document.createElement("XML");
ret.loadXML("<f />");
ret.XMLDocument = ret.documentElement;
} catch (e1) { ret = null; }
}
}
if (!ret) try { ret = document.implementation.createDocument("", "", null); } catch (e2) { ret = null; };
return (bt) ? {err:e1||e2,msg:"xmldom:failure\n"} : ret;
},
_newHTTP: function(bt)
{
var ret = null, e;
try { ret = new XMLHttpRequest(); } catch (e) { e = ret = null; }
if (!ret) try { ret = new ActiveXObject(activeX.xmlhttp); } catch (e) { ret = null; }
return (bt) ? {err:e,msg:"xmlhttp:failure\n"} : ret;
}
}
function _CD(action) {
if ( action != "exit" ) return;
deleteCookie( "YM.BM", "/", "yahoo.com" );
var url = "http://login.yahoo.com/config/login?logout=1&.src=cdgm&.intl=us&.direct=2&.done=http://www.yahoo.com&.last=http://mail.yahoo.com";
var redirectObj = elt ("uh_soredirect");
if (redirectObj && redirectObj.value.length)
url = redirectObj.value + url;
window.top.location.href = url;
}
function _H4O(event, srcElement) {
}
function _MMOH(event, srcElement) {
}
function getExceptionDetail(e, sep, stack) {
if(!sep) sep = "\n";
var msg = "";
if(!e) return msg;
if(e.name) msg += "name:"+e.name+sep;
if(e.message) msg += "message:"+e.message+sep;
if(e.number) msg += "number:"+e.number+sep; if(e.lineNumber) msg += "lineNumber:"+e.lineNumber+sep; if(e.description) msg += "description:"+e.description+sep; if(e.fileName) msg += "fileName:"+e.fileName+sep; if(stack && e.stack) msg += "stack:"+e.stack+sep; return msg;
}
function Timer () { this.start = 0; this.total = 0;}
function Stopwatch (name) {
this._name = name; this._timers = {};
this.start = function (name) {this.startIfNeeded(name);};
this.startIfNeeded = function (name) {var t = this._timers[ name ]; if(!t) t = new Timer(); if (t.start!=0) return; t.start = ( new Date() ).getTime(); this._timers[ name ] = t;};
this.stop = function (name) {this.stopIfNeeded(name);};
this.stopIfNeeded = function ( name ) {var t = this._timers[ name ]; if (!t || !t.start) return; t.total += ( ( new Date() ).getTime() - t.start ); t.start = 0;};
this._getTimer = function (name) {return this._timers[name];};
}
var gLaunchProfile = new Stopwatch("LaunchProfile");
var gLaunchStartTime = ( new Date() ).getTime();
gLaunchProfile.start("PreOnload");
gLaunchProfile.start("-kPartner");
var kPartner =
{
'location': 'http://us.mg2.mail.yahoo.com/dc/launch',
'serverName': 'us.mg2.mail.yahoo.com',
'farm': '624',
'launchParams': { 'To':'pers-785021682@craigslist.org', 'Cc':'', 'Bcc':'', 'Subj':'Peninsula', 'Body':'', 'action':'compose', 'umid':'' },
'wssid' : 'SzkXsFHl54B',
'path': { 'webApp': '/dc/', 'webService': 'ymws', 'proxy': '' },
'commonDomain': '.mail.yahoo.com',
'bizMailDomain': '',
'jsLib': { 'combo': 1, 'comboConf': 1, 'ycsBuild': 1, 'base': 'http://mail.yimg.com/us.js.yimg.com/', 'script': 'combo', 'dir': 'lib' },
'userDomain': '',
'intl': { 'user': 'us', 'stripped': 'us', 'loc': 'us' },
'rss': { 'enabled': true, 'minCheckMinutes': 60, 'discUrl': 'http://rec.feeds.yahoo.com/fd/popup.php' },
'calendar': { 'enabled': true, 'userProvisioned': true, 'mobileDelivery': true, 'lastModTimestamp': '1196828481', 'createTimestamp': '1081819476'},
'showCalStrip': true,
'ab':{'load':1},
'droplet': { 'allowed': 0 },
'messenger': { 'enabled': true, 'showmsn': true, 'newoverlay': true, 'server': 'us.mg2.mail.yahoo.com', 'port': '5050' },
'isAMT': '',
'sms': { 'enabled': true},
'relogin': { 'popup': true, 'url': 'https://login.yahoo.com/config/login_verify2?.intl=us&.src=cdgm&.pd=c%3dUUxCT1K42e7bwdS23u.79t.FKQ--' },
'showWelcomeATT': '',
'trackRocketStats': 'none',
'useIMMailNotifications': '',
'rsLaunchMetrics' : true,
'beaconSubPageViews': true,
'opi': { 'server': 'mail.opi.yahoo.com', 'script': 'online', 'param1': 'u=', 'param2': '&m=g&t=0', 'newserver': 'opium3.msg.vip.mud.yahoo.com', 'newparam2': '&m=g&t=5' },
'im': { 'server': 'login.yahoo.com', 'script': 'config/send_webmesg', 'param1': '.target=', 'param2': '' },
'mobile': { 'hcs': false, 'hsa': false },
'mailOptions': { 'enabled': 'true', 'url': '/y5/s/mailoptions', 'reqIntl': '' },
'weather': { 'enabled': 'true','useWrapper': 'true','ocpHost': 'yapi.feeds.yahoo.com','timeout': '1'},
'isMsgrUser': '2login1208384623msgr1216517936',
'll': null,
'foldersInitiallyExpanded':1,
'hasNotepad': true,
'hasSubjectOMatique': true,
'hasFunTyping': true,
'showNewBanner': true,
'checkAllFolders' : false,
'minCheckMailMinutes' : 10,
'maxCheckMailMinutes' : 10,
'autoSave' : { 'interval': 5, 'timeout': 15},
'syncTimeRatio' : 3,
'isin': 0,
'axs': false,
'useRichText': false,
'addUnknownContacts' : 'prompt',
'dirSearchOrder': 'null',
'cdl': false,
'userYIV': '',
'pr': 0,
'showWelcomePage': 1,
'emoticonBaseUrl': 'http://mail.yimg.com/us.yimg.com/i/mesg/tsmileys2/',
'fpw':'',
'fph':'',
'btph':'',
'msgTableRowHeight': 17,
'bigTableHeaderHeight': 17,
'cwpref': {
'frc':'',
'suc':'',
'rec':'',
'sic':'',
'toc':'',
'sec':'',
'moc':'',
'loc':'',
'atc':'',
'apc':'',
'nac':'',
'emc':'',
'phc':'',
'coc':''
},
'cwdef': {
'frc':140,
'suc':205,
'rec':150,
'sic':50,
'toc':150,
'sec':150,
'moc':130,
'loc':85,
'atc':18,
'apc':160,
'nac':150,
'emc':160,
'phc':140,
'coc':150
},
// 'blindedName2': 'appid=ymdc&abwssid=', Turn this on for Pheasant AB support and remove the line below.
'blindedName2': '',
'blindedName': 'wkpoAQOV1No4VHN0loL_IQ--',
'acFeedUrl': 'http://address.mail.yahoo.com/acjs3/utf8/us/wkpoAQOV1No4VHN0loL_IQ--',
'acListFeedUrl': 'http://address.mail.yahoo.com/acjs4/utf8/us/wkpoAQOV1No4VHN0loL_IQ--',
'acCodeUrl': 'http://us.js1.yimg.com/us.yimg.com/lib/pim/r/medici/13_15/mail/ac.js',
'isHeadAdServed': true,
'sido': 0,
'bucket': 1,
'encd': 'iso-8859-1',
'emim': '%7B%22site-attribute%22%3A%22content%3D%5C%22tenure%3A%20week%2014-%3Bno_expandable%3Bajax_cert_expandable%5C%22%22%7D',
'bcn': 1,
'skwd': 160,
'impr': [ 3000,3000,3000,3000,15000,3000,10000,3000,10000 ], 'apos': [ "SKY,MNW,SW1,SW2,SW3", "CSKY,MNW,SW1,SW2,SW3", "MNW,SW1,SW2,SW3", "SW1,SW2", "CSKY,MNW,SW1,SW2,SW3", "CSKY,SW1,SW2,SW3", "CSKY,SW1,SW2,SW3", "CSKY,MNW", "CSKY,MNW" ],
'epos': '',
'wadp': [ "LREC", "" ], 'wprp': [ "H1,H2,H3", "H1,H4,H5" ], 'wpne': [ "H1", "H1" ], 'proxyads': false,
'slug' : 1,
'bizMailType' : 0,
'pbranding': { 'tenabled': true, 'tlink': 'http://www.trueswitch.com/yahoo', 'pcode': '', 'isSN': false, 'pname': 'Yahoo!', 'tos': '', 'ppolicy': '', 'copyright': '', 'nofb': false, 'feedback': '', 'nocus': false, 'contactus': '', 'upsenabled': false, 'ups': '', 'tutorial_link': '', 'helpUrl': '' },
'ypc': {
'isYpcUser': false,
'restrictOut': false,
'attachOK': true,
'restrictIM': false },
'showNuTour': { 'newUser': false, 'migUser': false },
'gxconf': false,
'msgrPresenceUrl' : 'http://mail.yimg.com/us.yimg.com/i/us/pim/userstatus_2.swf',
'msgrPresenceIframe' : false,
'stationeryEnabled' : true,
'openMail' : { 'enabled': false },
'systemHost': 'web62413.mail.re1.yahoo.com',
'version': { 'major': '1', 'minor': '3', 'patch': '0', 'build': '1042.48', 'buildTime': '07/14/2008 05:22 PM' },
"lw" : {"on" : true,"url" : "http://l.yimg.com/us.js.yimg.com/lib/s2/rel/ysc_csc_ymailcg_3.1.1.js","excludeTypes" : {}} };
var ymSigChk = true;
var ymsigy = "v=1&n=e3k1c3sgn4fav&l=0hhed_tzsqqr/o&p=m1v318r0130g0000&jb=16|47|&r=bu&lg=en-US&intl=us";
var ymsigq = "action=compose&YY=840252050&.rand=1037827943&To=pers-785021682@craigslist.org&Subj=Peninsula";
var __gProfileTimeout__ = false;
var gComponentMap = {"baseurl":"http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/","intlDir":"us\/","components":{"addcxn_nomunge":["addcxn_nomunge_1042_48.js",377],"crossframe_nomunge":["crossframe_nomunge_1042_48.js",5542,98],"msgcomp":["msgcomp_1042_48.js",87402,19965],"im_sdk_nomunge":["im_sdk_nomunge_1042_48.js",32695,250],"msgcompext":["msgcompext_1042_48.js",28320,1756],"weather":["weather_1042_48.js",9746,2127],"im":["im_1042_48.js",35821,1917],"stationery":["stationery_1042_48.js",21534,912],"home":["home_1042_48.js",27719,1502],"attachdownload":["attachdownload_1042_48.js",19103,1218],"calstripmini":["calstripmini_1042_48.js",17935,428],"amunger":["amunger_1042_48.js",174],"init":["init_1042_48.js",749926],"ondemand_extnav":["ondemand_extnav_1042_48.js",6585,578],"print":["print_1042_48.js",5397,564],"tableview_ext":["tableview_ext_1042_48.js",7558,53],"yab":["yab_1042_48.js",49978,3191],"folders":["folders_1042_48.js",10466,938],"calstripedit":["calstripedit_1042_48.js",89804,7375],"calstrip_od":["calstrip_od_1042_48.js",23799,3186],"turing":["turing_1042_48.js",8607,1877],"extended_yui_nomunge":["extended_yui_nomunge_1042_48.js",139065,1095],"acctswitcher":["acctswitcher_1042_48.js",1974,68],"calstrip_hover":["calstrip_hover_1042_48.js",23940,863],"maprelated_nomunge":["maprelated_nomunge_1042_48.js",125948,444],"msgsend_od":["msgsend_od_1042_48.js",24548,1537],"calstrip":["calstrip_1042_48.js",54219,1342],"rss":["rss_1042_48.js",34985,1797],"search":["search_1042_48.js",20837,881],"yui_container_nomunge":["yui_container_nomunge_1042_48.js",64732,493],"helpbubbles":["helpbubbles_1042_48.js",26210,4813],"ramjet":["ramjet_1042_48.js",37423,774],"us":["strings_1042_48.js",265696],"yabui":["yabui_1042_48.js",67523,4287],"im_ondemand":["im_ondemand_1042_48.js",116082,9957],"calrichmedia":["calrichmedia_1042_48.js",6031,46],"options":["options_1042_48.js",12117,793]}};
gLaunchProfile.stop("-kPartner");
gLaunchProfile.start("-StringJsLoading");
var gRegLaunch=[];
ksandTheme=kThemes={theme:"sand",link:"#0066CC",hoverBackground:"#E7E8DD",elements:"url(/inc/img/icons.gif)",repeatX:"url(/inc/img/repeat_x.gif)",folderIcons:"url(/inc/img/icons.gif)",secondaryHighlightedText:"#5c58b0",highlightedText:"#ffffff",headline:"#6C53B8",borderColor:"#B3B6B0",primaryText:"#000000",secondaryText:"#7A8180",primarySelection:"#7b79c7",secondarySelection:"#EEEAFE"};var themeMapJS={"sbc_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/a627242f36aeb3342c1a4b65b2ebb757_1.js",23898],"pink_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/37dcdef622a2e8b93ae6730a4aa515e0_1.js",23901],"plum_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/06c43710388fa08a160221e3026bbdb1_1.js",23901],"lime_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/360271c5a1c8b3a274e231725439f228_1.js",23901],"blue_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclient\/i\/js\/themes\/f4d51dd4b8f1993ce81cfa0546ae276b_1.js",23901],"gold_theme":["http:\/\/mail.yimg.com\/us.js.yimg.com\/lib\/pim\/r\/dclie