-
whatever
February 1, 2010 by jbaij
Borders – Books, Used Books, Music, DVDs & Blu-ray
/* this variable (wishlistCountMini) is used to evaluate if maximum number of wishlist items has been reached on the client side used in: MiniShipCartDisplay.jsp and wishlist.js */ var wishlistCountMini = 0;
function clearText(obj){ obj.value = ""; }
function Set_Cookie( name, value, expires, path, domain, secure ) { /* set time, it's in milliseconds */ var today = new Date(); today.setTime( today.getTime() );
/* if the expires variable is set, make the correct expires time, the current script below will set it for x number of days, to make it for hours, delete * 24, for minutes, delete * 60 * 24 */ if ( expires ) { expires = expires * 1000 * 60 * 60 * 24; } var expires_date = new Date( today.getTime() + (expires) );
document.cookie = name + "=" +escape( value ) + ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) + ( ( path ) ? ";path=" + path : "" ) + ( ( domain ) ? ";domain=" + domain : "" ) + ( ( secure ) ? ";secure" : "" ); }
function Get_Cookie( name ) {
var start = document.cookie.indexOf( name + "=" ); var len = start + name.length + 1; if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) ) { return null; } if ( start == -1 ) return null; var end = document.cookie.indexOf( ";", len ); if ( end == -1 ) end = document.cookie.length; return unescape( document.cookie.substring( len, end ) ); }
/* copied over from the former globalNavigation.jsp */ function storeCurrentURL() { var continueBrowsingURL = window.location; createCookie('borders.oldBrowsingURL',continueBrowsingURL,1); }
style=”background:transparent url(/wps/wcm/myconnect/35c6bb004871929cae01efdac159f99f/Borders_tile.jpg?MOD=AJPERES) repeat-x scroll 0% 0%;”
>
class=”no_sub_Nav”>var type = 0; var advanced = false;
try{ if(!advanced){ if(type ==2){ document.getElementById("selectType").selectedIndex = 6; }else if(type==3){ document.getElementById("selectType").selectedIndex = 17; }else{ document.getElementById("selectType").selectedIndex = type; } }else{ document.getElementById("selectType").selectedIndex = type; } } catch(e){} function validateTerm(){ var term = document.getElementById("keywordId").value; if( term != null && term != "" ){ evalSearchField(); return false; } else{ return false; } } function evalSearchField(){ var textVal = document.getElementById('keywordId').value ; var evalVal = ''; if(textVal == "" || textVal=="What are you looking for?"){ document.getElementById("searchmsgerror").style.display=""; }else{ var selectCombo = document.getElementById("selectType"); if((selectCombo.value == 0)||(selectCombo.value == 1)||(selectCombo.value == 2)||(selectCombo.value == 3)) {
document.getElementById('bordersearch').submit(); } else { if((selectCombo.value == 4)||(selectCombo.value == 5) ||(selectCombo.value == 6)){ var newsearch = document.getElementById("newsearchid"); if(selectCombo.value == 4){ newsearch.name = "title"; } else if(selectCombo.value == 5){ newsearch.name = "contrib"; } else if(selectCombo.value == 6){ newsearch.name = "sku"; } newsearch.value = textVal; var newSearchType = document.getElementById("newSearchType"); newSearchType.name = "type"; newSearchType.value="1"; } if((selectCombo.value == 8)||(selectCombo.value == 9)||(selectCombo.value == 10)||(selectCombo.value == 11)
||(selectCombo.value == 13)||(selectCombo.value == 14)||(selectCombo.value == 15)||(selectCombo.value == 16)||(selectCombo.value == 17)){
var newsearch = document.getElementById("newsearchid"); if(selectCombo.value == 8){ newsearch.name = "title"; } else if(selectCombo.value == 9){ newsearch.name = "contrib"; } else if(selectCombo.value == 10){ newsearch.name = "song"; } else if(selectCombo.value == 11){ newsearch.name = "sku"; } else if(selectCombo.value == 14){ newsearch.name = "comp"; } else if(selectCombo.value == 15){ newsearch.name = "cond"; } else if(selectCombo.value == 16){ newsearch.name = "work"; } else if(selectCombo.value == 17){ newsearch.name = "catno"; }else if(selectCombo.value == 13){ newsearch.name = "music_search"; }
newsearch.value = textVal; var newSearchType = document.getElementById("newSearchType"); newSearchType.name = "type"; newSearchType.value="2"; } if((selectCombo.value == 18)||(selectCombo.value == 19) ||(selectCombo.value == 20) ||( selectCombo.value == 21)){ var newsearch = document.getElementById("newsearchid"); if(selectCombo.value == 18){ newsearch.name = "title"; } else if(selectCombo.value == 19){ newsearch.name = "contrib"; } else if(selectCombo.value == 20){ newsearch.name = "actor"; } else if(selectCombo.value == 21){ newsearch.name = "sku"; } newsearch.value = textVal; var newSearchType = document.getElementById("newSearchType"); newSearchType.name = "type"; newSearchType.value="3"; } if(selectCombo.value == 7){ document.location.href='http://usedmarketplace.borders.com/booksearch?wquery='+textVal } else if(selectCombo.value == 12){ document.location.href='http://usedmarketplace.borders.com/musicsearch?wquery='+textVal } else if (selectCombo.value == 22){ document.location.href='http://usedmarketplace.borders.com/moviesearch?wquery='+textVal } else{ var newSearchType = document.getElementById("fromHeaderId"); newSearchType.value=selectCombo.selectedIndex; document.getElementById('bordersearchnew').submit(); } } }
} function clearErrMsg(){ document.getElementById("searchmsgerror").style.display="none"; }
Welcome!
var signInUrl = "https://www.borders.com/online/store/LogonForm"; var signOutUrl = "LogoffRedirectView?URL=http%3a%2f%2fwww.borders.com%2fonline%2fstore%2fHome"; var notUserUrl = "LogoffRedirectView?URL=https%3a%2f%2fwww.borders.com%2fonline%2fstore%2fLogonForm";
var signInText = 'Sign in'; var signOutText = 'Sign out'; var notUserText = 'not'; var welcomeText = 'Welcome ';
function loadUserName(){ var commandName = "Home";
function deleteCookies(){ var cookieName="borders_deleteWCCookies"; var clearCookies= readCookie(cookieName); if( clearCookies && clearCookies != "" && clearCookies=='true'){ deleteWCCookies(); eraseCookie(cookieName); eraseCookie(cookie_firstName); eraseCookie(cookie_loggedIn); eraseCookie(cookie_userId); eraseCookie(cookie_email); eraseCookie(cookie_encodedUserId); eraseCookie(cookie_miniCart); } }
if( !isUserGeneric() ){ var userFirstName = escapeDisplayString(readCookie(cookie_firstName), 'name'); if( ajx_loggedIn && ajx_loggedIn != "" && ajx_userFirstName && ajx_userFirstName != "" ){ updateWelcomeMsg(ajx_userFirstName); } else if ('G' != 'G'){
var url = "ajax/userInfo.jsp"; var myAjax = new Ajax.Request(url, { onSuccess: getUserInfoFromResponse, onComplete: function(){updateWelcomeMsg(ajx_userFirstName);} }); } else if(userFirstName && userFirstName != "" ){ updateWelcomeMsg(userFirstName); } else { updateWelcomeMsg(''); } } else{ $("linksCache").innerHTML = '
'; }
deleteCookies(); } function updateWelcomeMsg(userName){ if( userName!="" && userName!=null){ $("welcomeCache").innerHTML = " " + userName; $("linksCache").innerHTML = '
'; } else{ $("linksCache").innerHTML = '
'; } }
href=”http://www.borders.com/online/store/OrderCalculate?storeId=13551&updatePrices=1&errorViewName=GenericPageView&calculationUsageId=-1&calculationUsageId=-7&orderItemId*=&quantity*=&URL=OrderItemDisplay”>Shopping Cart-
onClick=”createCookie(‘borders.registerReferer’,'Wishlist’,1);”
href=”Wishlist” />Wish List
href=”http://www.borders.com/online/store/LocatorView”>Store Locator
var pageName="homeTab"; var linkActive = "0"; if(pageName!=""){ document.getElementById(pageName).className="on"; if(linkActive!=""){ if(linkActive=="0"){ document.getElementById(pageName).href="javascript:void(0)"; } else{ document.getElementById(pageName).className="subon"; } } if ("homeTab" =="homeTab") { document.getElementById("BordersLogoA").href="javascript:void(0)"; document.getElementById("BordersLogoA").style.cursor="default"; } }
Top 50 Pre-Orders
Take Note
January 31, 2010
January 28, 2010
January 18, 2010
Connect with Borders
eReading Made Easy
TOP OF MIND:
|
|
|

New James Patterson
Anita Blake, Vampire Hunter
New for Kids
The 39 Clues: The Viper's NestBorders.com Price: $10.39
- Just Out! The 39 Clues Card Pack #3
- More for Kids


Borders Presents: James Patterson
Master of thrills James Patterson sat down to talk us through his latest book, Worst Case.Borders Backlot: The Lightning Thief
Watch a trailer, interviews with the cast, and more from Percy Jackson and the Olympians: The Lightning Thief.

Online
Feb 01, 2010 17:55:46detectErrors(); sendOmnitureModifiedPagTitle_Channel_Prop20();
function sendOmnitureModifiedPagTitle_Channel_Prop20() { var commandName = "Home"; var docTitle = document.title; /*alert("commandName " + commandName); */ var pageTitleLocal=commandName; /*if there is not doc title*/
if(docTitle.length > 0) { var idx1 = docTitle.indexOf("- Borders"); pageTitleLocal=docTitle.substring(0,idx1); }
if(pageTitleLocal != "Page Not Found Error") { s.pageName=pageTitleLocal; s.pageName=s.pageName.replace(/\u2019/g,"'"); s.pageName=s.pageName.replace(/:/g," "); s.pageName=s.pageName.replace(/;/g," "); var channel = "Home";
if(channel.length > 0) { s.channel=channel; } else /*set command name*/ { s.channel=commandName; } /*alert("pagetitle not error");*/ } else { s.pageType="errorPage"; /*alert("pagetitle error");*/ }
s.server="www.borders.com"; var s_code=s.t();if(s_code)document.write(s_code); }
-
same deal as the post before this
January 9, 2010 by jbaij
//Roundtrip rtTop = Number(new Date());
document.documentElement.className += ' jsenabled';
(function () { //refresh check var d=document,c=";\ "+d.cookie + ";",msc=c.indexOf("; MSC="),re=false,s,r,l="",m,n='0',b,lck='921089/o',fps=c.indexOf("FPS="),fpsVal,sw=screen.availWidth,loc=location,qs=loc.search;
//check cookie for login info if ((b=c.indexOf(' Y=v'))>=0) { c=c.substring(b,c.indexOf(';',b))+'&'; if ((b=c.indexOf('l='))>=0) { l=c.substring(b+2,c.indexOf('&',b)); if((b=c.indexOf('n='))>=0)n=c.substring(b+2,c.indexOf('&',b)); }
//if login info isn't the same... if (lck!=l) { re=true; } }
//reload for lite page if screen resolution < 1024 fpsVal = fps === -1 ? 'dl' : d.cookie.substring(fps+2, fps+4); if (fpsVal === 'dl' && sw < 1024) { fpsVal = 'ds'; re=true; } else if (fpsVal === 'ds' && sw >=1024) { fpsVal = 'dl'; re=true; } d.cookie = "FPS=" + fpsVal + "; expires=Sun, 01 Jan 2012 00:00:00 GMT; domain=www.yahoo.com";
//state change if (msc > -1){ re = true; d.cookie="MSC=0; expires=Thu, 01 Jan 1970 00:00:00 GMT; domain=www.yahoo.com"; }
//should reload? if (re){ s=Math.round(+new Date()/1000); m=/r\d+=(\d+)/.exec(qs);
//not reloaded recently? if (!m || s-parseInt(m[1],10) >= 20) { r=Math.round(parseInt(n,32)%1021); document.write(''); if (qs.indexOf('r'+r+'=' + s)!=1) { loc.replace('http://'+loc.hostname+loc.pathname+(qs.length ? loc.search.replace(/&?r\d+=[^&]+/,'') + '&' : '?') + 'r'+r+'='+s); } } } })();
(function(){var k=13,d=4,j=0,a=document.documentElement,b=[a.className],f,c=navigator.plugins,g=k;if(c&&c.length){f=c["Shockwave Flash"];if(f&&f.description){j=parseInt(f.description.match(/\b(\d+)\.\d+\b/)[1],10)||0}}else{while(g--){try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+g);j=g;break}catch(h){}}}b.push("flash-"+j);while(j-->d){b.push("flash-gt"+j)}a.className=b.join(" ")})();
(function(){var j=this,n=/^(on)?load/,b=/^on/,i="addEventListener",f="attachEvent",e="_oc",h="detachEvent",g="removeEventListener",l=j[i],m=j[g],p=j[f],a=j[h],k={},d=0;function c(r,s,q){if(!r||!s){return;}if(n.test(r)){if(!s[e]){var t=++d;s[e]=t;k[t]=s;}}else{if(p&&b.test(r)){p(r,s);}else{if(l){l(r,s,q);}}}}function o(r,s,q){if(!r||!s){return;}if(n.test(r)){var t=s[e];if(t){delete k[t];}}else{if(a&&b.test(r)){a(r,s);}else{if(m){m(r,s,q);}}}}j.OnloadCache={enable:function(){if(l){j[i]=c;j[g]=o;}if(p){j[f]=c;j[h]=o;}},disable:function(){if(l){j[i]=l;j[g]=m;}if(p){j[f]=p;j[h]=a;}},dispatch:function(){var r={type:"load"},q;for(q in k){if(k.hasOwnProperty(q)){k[q](r);}}},reset:function(){k={};}};})();
OnloadCache.enable();
Yahoo!
TODAY – January 09, 2010

Jennifer Lopez claims Oscar snub
The superstar thinks she deserved an award for her role in a recent box office flop.
Who she blames
News
- Government-run health insurance option appears doomed
- Video links Pakistani Taliban to deadly CIA suicide bombing
- Yemen's conflicts flare amid counter-terror al-Qaida fight
- Harry Reid apologizes for 'no Negro dialect' comment
- Disgraced wife of Northern Ireland leader to step down
- NASA scientists rescue Florida turtles from cold waters
- Lincoln Drive closed until 3 p.m.- Philadelphia Inquirer
- Northeast Phila. man arrested in drunken…- Philadelphia…
- Young Boy Struck, Killed In Wilmington Hit-Run- CBS 3
- NFL
- ·NCAAF
- ·NBA
- ·NCAAB
- ·NHL
- ·Soccer
updated 2:01 pm PST
Netflix - Try for free.
Over one billion movies delivered so far.
Cancel anytime. No late fees - ever.
Comments Off | Edit
-
i’m just gonna copy some other, more popular sites and paste them in the post field
by jbaij
jeffbaij@gmail.com | iGoogle | Settings ▼| Sign out

Experience Nexus One, the new Android phone from Google Comments Off | Edit
-
hey i just updated this shitty blog to the newest version
by jbaij
so you should be able to upload pics again and all kinds of other fun stuff?

HEY THERE ZOMBIE BLOG BACK FROM THE DEAD WHAT
Comments Off | Edit
-
Portrait of a Net Artist as a Perturbed Fashionista (.com)
December 26, 2009 by alex
-
People who bought this, also bought…
September 16, 2009 by Slippery Jack
-
In Mother Land, the Cigarette Smokes You.
September 11, 2009 by Slippery Jack

Comments Off | Edit
-
You had better know Albers
by Slippery Jack

Ugh. You gotta go here to see the full effect. If you guys know how to have it appear on this page, pls do so. It is super obnoxious.
-
You Had Better Know That There Will Be Some New Posts Up In This Piece, Even If It Kills Some Of You
August 22, 2009 by cmurph
that is all
-
FUCKKKKDBEANTRBRRJNNJJSVANJFNBFDC GVHBJNKM
June 10, 2009 by jbaij
just accidently deleted like 60% of the comments on this site. DANGIT

- _-_-_-_-_-_-_-_-_-_-_-_-_-
- _-_-_-_-_-_-_-_-_-_-_-_-_-
- _-_-_-_-_-_-_-_-_-_-_-_-_-
































