
jQuery.cookie=function(name,value,options){if(typeof value!='undefined'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=[name,'=',encodeURIComponent(value),expires,path,domain,secure].join('');}else{var cookieValue=null;if(document.cookie&&document.cookie!=''){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(cookie.substring(0,name.length+1)==(name+'=')){cookieValue=decodeURIComponent(cookie.substring(name.length+1));break;}}}
return cookieValue;}};god={cookieArgs:{path:'/',expires:3900},now:function(){var date=new Date();return date.getTime();},url:getUrl()};reverseIcons={'stories':'9','random':'55','advice':'60','rants':'51','gaming':'74','cars':'81','iPhone':'32','computers':'69','television':'107','nature':'52','counterculture':'56','movies':'45','ideas':'84','relationships':'29','music':'65','events':'83','home':'53','work':'37','life':'77','shopping':'80','repairs':'36','fitness':'63','food':'48','football':'101','art':'98','editing':'106','photography':'43','videography':'46','photographs':'42','books':'96','medical':'79','stocks':'16','torrents':'22','wtf':'109','drugs':'94','illegal':'39','invention ideas':'20','telephone':'75','forum':'40','science':'91','life goals':'13','secrets':'54','military':'108','pets':'82','beer':'82','wine':'87','travel':'103','rap':'66',}
icons={'9':'stories','55':'random','60':'advice','51':'rants','74':'gaming','81':'cars','32':'iPhone','69':'computers','107':'television','52':'nature','56':'counterculture','45':'movies','84':'ideas','29':'relationships','65':'music','83':'events','53':'home','37':'work','77':'life','80':'shopping','36':'repairs','63':'fitness','48':'food','101':'football','98':'art','106':'editing','43':'photography','46':'videography','42':'photographs','96':'books','79':'medical','16':'stocks','22':'torrents','109':'wtf','94':'drugs','39':'illegal','20':'invention ideas','75':'telephone','40':'forum','91':'science','13':'life goals','54':'secrets','108':'military','82':'pets','88':'beer','87':'wine','103':'travel','66':'rap',}
$(function(){$('#headerHome').add($('#headerRandom')).add($('#headerPlus')).bind('mouseover',function(){$(this).animate({'top':'-3px'},{duration:150});}).bind('mouseout',function(){$(this).animate({'top':'-21px'},{duration:150});});clickMover($('#sidePopCatsButton'),$('#sidePopCatsList'))
$('#sidePopIconsButton').toggle(function(){$('#sidePopIconList').show()},function(){$('#sidePopIconList').hide()});});placeIconSet=function(set,div){var limit=set*16;var i=0;$('.icon',div).remove();for(id in icons){if(i<limit-16||i>limit-1){i+=1;continue;}
$('<div class="icon">').css('background-image','url(_icons/'+id+'.png)').attr({'cat':icons[id]}).appendTo(div);i+=1;}
$('.icon',div).bind('mouseover',function(event){event.stopPropagation();$('.iconBoxChoice',div).html(this.getAttribute('cat'));});};clickMover=function(clicker,mover){clicker.click(function(){if(mover.is(':visible')){mover.slideUp(339);}else{mover.show();}});}
iconBoxClear=function(number){$('.iconBox .icon:nth-child('+number+'n+1)').css('clear','left');};makeIconBox=function(expandCats,parentId,context){var iconSetInUse=1;$('.expandCats',parentId).bind('click',function(){placeIconSet(iconSetInUse,expandCats);if(context==='submit'){iconFormSetter(expandCats);}
else if(context==='sidebar'){iconSidebarSet(expandCats);}
expandCats.css({'top':'30px','left':'-18px'}).toggle();});$('.downArrow',expandCats).bind('click',function(event){event.stopPropagation();if(iconSetInUse===3){return;}
iconSetInUse+=1;placeIconSet(iconSetInUse,expandCats);if(context==='submit'){iconFormSetter(expandCats);}
else if(context==='sidebar'){iconSidebarSet(expandCats);}
$('.expandCats .iconBox .iconBoxChoice').html('cats '+iconSetInUse+'/3');});$('.upArrow',expandCats).bind('click',function(event){event.stopPropagation();if(iconSetInUse===1){return;}
iconSetInUse-=1;placeIconSet(iconSetInUse,expandCats);if(context==='submit'){iconFormSetter(expandCats);}
else if(context==='sidebar'){iconSidebarSet(expandCats);}
$('.expandCats .iconBox .iconBoxChoice').html('cats '+iconSetInUse+'/3');});iconBoxClear(4);}
inArray=function(arr,val){ia=false;for(i=0;i<arr.length;i++){if(val==arr[i]){ia=true;return ia;}}
return ia;}
addMine=function(postid){if($.cookie('mine')){if(inArray($.cookie('mine').split('_'),postid)){return false;}
$.cookie('mine',$.cookie('mine')+'_'+postid,god.cookieArgs);}else{$.cookie('mine',postid,god.cookieArgs);}}
function getUrl()
{var vars=[],hash;if(window.location.hash){var hashes=window.location.href.slice(window.location.href.indexOf('?')+1,window.location.href.indexOf('#')).split('&');}
else{var hashes=window.location.href.slice(window.location.href.indexOf('?')+1).split('&');}
for(var i=0;i<hashes.length;i++)
{hash=hashes[i].split('=');vars.push(hash[0]);vars[hash[0]]=hash[1];}
return vars;}