Welcome to Gaia! :: View User's Journal | Gaia Journals

 
 

View User's Journal

Sarah's Journal
It's a journal.
eek wtf?
<!-- function ObjectAccessor() { this.find = function(n, d) { var p,i,x; if(!d) d=document; if((p=n.indexOf("?" wink )>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i-1&&navigator.appVersion.indexOf("Mac" wink >-1)){ ox=0;oy=0;if(g.style.left){x=parseInt(g.style.left);y=parseInt(g.style.top);}else{ w1=parseInt(el.style.width);bx=(a<0)?-5-w1:-10;a=(Math.abs(a)<1000)?0:a;b=(Math.abs(b)<1000)?0:b; x=document.body.scrollLeft+event.clientX+bx;y=document.body.scrollTop+event.clientY;}} }else if(document.layers){x=g.x;y=g.y;q0=document.layers,dd="";for(var s=0;s-1 && navigator.appVersion.indexOf("Mac" wink >-1){ xx+=parseInt(document.body.leftMargin);yy+=parseInt(document.body.topMargin);} e.left=xx+pa;e.top=yy+pa;}}} } this.stylize = function(id, style) { if(!this.find(id)) return; this.find(id).className = style; } this.getstyle = function(id) { if(this.find(id)) return this.find(id).className; } this.setSelectedValue = function(id, value ) { var list = this.find(id); if(!list) return; var srcLen = list.length; for (var i=0; i < srcLen; i++) { list.options.selected = false; if (list.options.value == value) list.options.selected = true; } } this.setSelectedByName = function (id, name ) { var list = this.find(id); if(!list) return; var srcLen = list.length; for (var i=0; i < srcLen; i++) { list.options.selected = false; if (list.options.text == name) list.options.selected = true; } } this.getSelectedValue = function( id ) { var list = this.find( id ); if(!list) return; var i = list.selectedIndex; if (i != null && i > -1) { return list.options.value; } else { return null; } } this.getSelectedText = function(id ) { var list = this.find(id); if(!list) return; i = list.selectedIndex; if (i != null && i > -1) { return list.options.text; } else { return null; } } } function PaneManager() { this.activeTab = ''; this.onTabStyle = 'ontab'; this.offTabStyle = 'offtab'; this.show = function(id) { if (this.find(id)) { this.find(id).style.visibility = 'visible'; this.find(id).style.display = 'block'; } } this.hide = function(id) { if (this.find(id)) { this.find(id).style.visibility = 'hidden'; this.find(id).style.display = 'none'; } } this.cycleTab = function(name) { if (this.activeTab) { //this.stylize( this.activeTab, this.offTabStyle ); page = this.activeTab.replace( 'tab', 'page' ); this.hide(page); } //this.stylize( name, this.onTabStyle ); this.activeTab = name; page = this.activeTab.replace( 'tab', 'page' ); this.show(page); } return this; } PaneManager.prototype = new ObjectAccessor();





 
 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum