(function($){function fixTitle($ele){if($ele.attr('title')||typeof($ele.attr('original-title'))!='string'){$ele.attr('original-title',$ele.attr('title')||'').removeAttr('title')}}function Tipsy(element,options){this.$element=$(element);this.options=options;this.enabled=true;fixTitle(this.$element)}Tipsy.prototype={show:function(){var title=this.getTitle();if(title&&this.enabled){var $tip=this.tip();$tip.find('.tipsy-inner')[this.options.html?'html':'text'](title);$tip[0].className='tipsy';$tip.remove().css({top:0,left:0,visibility:'hidden',display:'block'}).appendTo(document.body);var pos=$.extend({},this.$element.offset(),{width:this.$element[0].offsetWidth,height:this.$element[0].offsetHeight});var actualWidth=$tip[0].offsetWidth,actualHeight=$tip[0].offsetHeight;var gravity=(typeof this.options.gravity=='function')?this.options.gravity.call(this.$element[0]):this.options.gravity;var tp;switch(gravity.charAt(0)){case'n':tp={top:pos.top+pos.height+this.options.offset,left:pos.left+pos.width/2-actualWidth/2};break;case's':tp={top:pos.top-actualHeight-this.options.offset,left:pos.left+pos.width/2-actualWidth/2};break;case'e':tp={top:pos.top+pos.height/2-actualHeight/2,left:pos.left-actualWidth-this.options.offset};break;case'w':tp={top:pos.top+pos.height/2-actualHeight/2,left:pos.left+pos.width+this.options.offset};break}if(gravity.length==2){if(gravity.charAt(1)=='w'){tp.left=pos.left+pos.width/2-15}else{tp.left=pos.left+pos.width/2-actualWidth+15}}$tip.css(tp).addClass('tipsy-'+gravity);if(this.options.fade){$tip.stop().css({opacity:0,display:'block',visibility:'visible'}).animate({opacity:this.options.opacity})}else{$tip.css({visibility:'visible',opacity:this.options.opacity})}}},hide:function(){if(this.options.fade){this.tip().stop().fadeOut(function(){$(this).remove()})}else{this.tip().remove()}},getTitle:function(){var title,$e=this.$element,o=this.options;fixTitle($e);var title,o=this.options;if(typeof o.title=='string'){title=$e.attr(o.title=='title'?'original-title':o.title)}else if(typeof o.title=='function'){title=o.title.call($e[0])}title=(''+title).replace(/(^\s*|\s*$)/,"");return title||o.fallback},tip:function(){if(!this.$tip){this.$tip=$('<div class="tipsy"></div>').html('<div class="tipsy-arrow"></div><div class="tipsy-inner"/></div>')}return this.$tip},validate:function(){if(!this.$element[0].parentNode){this.hide();this.$element=null;this.options=null}},enable:function(){this.enabled=true},disable:function(){this.enabled=false},toggleEnabled:function(){this.enabled=!this.enabled}};$.fn.tipsy=function(options){if(options===true){return this.data('tipsy')}else if(typeof options=='string'){return this.data('tipsy')[options]()}options=$.extend({},$.fn.tipsy.defaults,options);function get(ele){var tipsy=$.data(ele,'tipsy');if(!tipsy){tipsy=new Tipsy(ele,$.fn.tipsy.elementOptions(ele,options));$.data(ele,'tipsy',tipsy)}return tipsy}function enter(){var tipsy=get(this);tipsy.hoverState='in';if(options.delayIn==0){tipsy.show()}else{setTimeout(function(){if(tipsy.hoverState=='in')tipsy.show()},options.delayIn)}};function leave(){var tipsy=get(this);tipsy.hoverState='out';if(options.delayOut==0){tipsy.hide()}else{setTimeout(function(){if(tipsy.hoverState=='out')tipsy.hide()},options.delayOut)}};if(!options.live)this.each(function(){get(this)});if(options.trigger!='manual'){var binder=options.live?'live':'bind',eventIn=options.trigger=='hover'?'mouseenter':'focus',eventOut=options.trigger=='hover'?'mouseleave':'blur';this[binder](eventIn,enter)[binder](eventOut,leave)}return this};$.fn.tipsy.defaults={delayIn:0,delayOut:0,fade:false,fallback:'',gravity:'n',html:false,live:false,offset:0,opacity:0.8,title:'title',trigger:'hover'};$.fn.tipsy.elementOptions=function(ele,options){return $.metadata?$.extend({},options,$(ele).metadata()):options};$.fn.tipsy.autoNS=function(){return $(this).offset().top>($(document).scrollTop()+$(window).height()/2)?'s':'n'};$.fn.tipsy.autoWE=function(){return $(this).offset().left>($(document).scrollLeft()+$(window).width()/2)?'e':'w'}})(jQuery);$(function(){$(".post-entry a").each(function(){if($(this).text().indexOf("http://www.computalks.com")==0){$(this).replaceWith('<a href="'+$(this).attr('href')+'">'+'...'+$(this).attr('href')+'</a>')}})});$(function(){$("form#quick_reply input[name='post']").click(function(){$('<iframe name="replyreload" height="0px" width="0px" frameborder="0"></iframe>').insertBefore('form#quick_reply');$('form#quick_reply').attr('target','replyreload');$('form#quick_reply').submit(function(){var t=setTimeout("fmreply()",1000)})})});function fmreply(){window.location.reload()}/\/(privmsg\?mode=post_profile(&u=[1-9][0-9]*)?|postp\/[1-9][0-9]*)/.test(document.location.href)&&$(function(){$("input[type='submit'][name='post']").click(function(){var c=$("#logout img").attr("title").replace(/^.* \[ (.*?) \]$/,"$1"),d=$("input[type='hidden'][name='username']").val();if($("input[type='text'][name='subject']").val()!=""&&$("#text_editor_textarea").val()!=""&&c!=d){$.ajaxSetup({async:!1});var a=0,b=/^.*\/(privmsg\?mode=post_profile&u=([1-9][0-9]*)|postp\/([1-9][0-9]*))$/;b.test(document.location.href)?a=document.location.href.replace(b,"$2$3"):b.test(document.referrer)&&(a=document.referrer.replace(b,"$2$3"));$.post("/privmsg",{"username[]":d,subject:"New comment on profile!",message:d+",\n\n"+c+" has commented on your profile.\n\n"+(a?"Your profile comments: http://"+document.location.host+"/u"+a+"wall":"Your Profile : {USERLINK}"),mode:"post",post:"Send"});$.ajaxSetup({async:!0})}return!0})});$(function(){if(window.location.href.match(/register\?agreed=true&step=2/)&&$('#username_reg').length){function verifyRU(){$('#username_reg').attr('value',$('#username_reg').attr('value').trim().replace(/(\s)\s+/g,'$1'));if($('#username_reg').attr('value')=='')$('#username_reg').removeClass('okusername');else $.get('/search?mode=searchuser&fieldname=username&search_username='+encodeURIComponent($('#username_reg').attr('value'))+'&time='+Math.floor((new Date()).getTime()/1000),function(data){($(data).find('#username_list').length==1&&$(data).find('#username_list option').length==1&&$(data).find('#username_list option').attr('value')!='')?$('#username_reg').removeClass('okusername'):$('#username_reg').addClass('okusername')})}$('#username_reg').change(function(){verifyRU()});if(typeof facebook_register_login=='function'){var old_frl=facebook_register_login;facebook_register_login=function(){old_frl();verifyRU()}}verifyRU()}});$(document).ready(function(){$(function(){$("a.button2, body:last-child a.button1, button.button2, input.button1, input.button2, #example-1, .lastpostbox a, .pun fieldset, .pun img, .tcr a, .group-legend,  ").tipsy({gravity:'s'})});$(function(){$("#tipsy-w,   ").tipsy({gravity:'w'})})});$(document).ready(function(){$(function(){$("a.gensmall, .example-tipsy a, ").tipsy({gravity:'sw'});$("a.gensmall, .tipsy-n a, ").tipsy({gravity:'n'});$("a.gensmall, .tipsy-s a, ").tipsy({gravity:'s'});$("a.gensmall, .tipsy-e a, ").tipsy({gravity:'e'});$("a.gensmall, .tipsy-w a, ").tipsy({gravity:'w'});$("a.gensmall, .tipsy-nw a, ").tipsy({gravity:'nw'});$("a.gensmall, .tipsy-ne a, ").tipsy({gravity:'ne'});$("a.gensmall, .tipsy-sw a, ").tipsy({gravity:'sw'});$("a.gensmall, .tipsy-se a, ").tipsy({gravity:'se'})})});var CopyrightNotice='Friend request notification for forumotion phpBB3 and IPB2/Invision boards. Copyright © 2011 by Dion Designs. All Rights Reserved. Use and/or modification of this script is allowed, provided this entire copyright notice remains in the original or modified script. Distribution is not allowed without written consent from Dion Designs.';var Modification="Slight Modification from LGforum @ AvacWeb.com, for PunBB. Credits to Dion";function setupbox(){var z=document.getElementById('newfriend');var x=z.firstChild.lastChild.previousSibling.previousSibling.innerHTML;if(x.indexOf('title="Accept"')>0){z.innerHTML='<a href="/profile?mode=editprofile&page_profil=friendsfoes">You have a new friend request</a>';document.getElementById('ddrequest').style.display='block'}else{z.innerHTML=""}}$(function(){x=document.createElement('div');x.id='ddrequest';x.style.display='none';x.innerHTML='<div id="newfriend"></div><a style="cursor:pointer" class="button2" onclick="$(\'#ddrequest\').fadeOut()">Close</a>';document.body.insertBefore(x,document.body.firstChild);$('#newfriend').load('/profile?mode=editprofile&page_profil=friendsfoes #main-content .main',function(){setupbox()})});jQuery(function(){jQuery("#tabs li a span:contains('Visitor messages')").each(function(){jQuery(this).text(jQuery(this).text().replace(/Visitor messages/,"Comments"))});jQuery("#cp-main h1:contains('Visitor messages')").each(function(){jQuery(this).text(jQuery(this).text().replace(/Visitor messages/,"Comments"))})});var CopyrightNotice='Youtube video playlist. Copyright ©  by Fmvi. All Rights Reserved. Use, modification, and/or distribution of this script is not allowed without direct permission from Zero (robot_body2018@yahoo.com). This entire copyright notice must remain in the original, copied, or modified script';$(function(){$("table.youtube").each(function(){$(this).before('<div align="center"><div class="bgytblist showytbFMvi"></div><div class="bgytblist" style="height: 90px"><div class="scrollFMviRight" style="height:90px; width:20px; display: inline-block;cursor:pointer; float: left ;"><img border="0" style="width: 22px; height: 90px;" src="http://i48.servimg.com/u/f48/16/58/89/73/left10.png"></div><div class="listytbFMvi" style="margin-left: 5px; text-align: left; overflow: hidden; position: relative; height: 90px; width: 590px; display: inline-block; float:left"><span class="imgytblist" style="position: absolute; top: 0px;  padding: 0; margin: 0; left: 0px"></span></div><div class="scrollFMviLeft" style="height:90px; width:20px; display: inline-block;cursor:pointer; float: right"><img border="0" style="width: 22px; height: 90px;" src="http://i48.servimg.com/u/f48/16/58/89/73/right10.png"></div></div></div>');$(this).find("a[href^='http'][href*='youtu'][href*='be']").appendTo($(this).prev().find("span.imgytblist"));$(this).prev().find(".imgytblist a[href^='http'][href*='youtu'][href*='be']").each(function(){$(this).replaceWith('<img width="120px" height="90px" src="http://img.youtube.com/vi/'+$(this).attr("href").slice($(this).attr("href").indexOf("v=")+2,$(this).attr("href").indexOf("v=")+13)+'/1.jpg">')});var a=$(this).prev().find(".imgytblist img"),b=$(this).prev().find(".imgytblist"),g=$(this).prev().find(".listytbFMvi"),c=$(this).prev().find(".scrollFMviLeft"),d=$(this).prev().find(".scrollFMviRight"),f=$(this).prev().find(".showytbFMvi");$(this).prev().find(".imgytblist img:first").css("opacity","0.25");var h=$(this).prev().find(".imgytblist img:first").attr("src").slice(26,37);f.html('<iframe width="640" height="360" src="http://www.youtube.com/embed/'+h+'?version=3&rel=0&wmode=transparent" frameborder="0" allowfullscreen></iframe>');a.click(function(){var a=$(this).attr("src").slice(26,37);f.html('<iframe width="640" height="360" src="http://www.youtube.com/embed/'+a+'?version=3&rel=0&wmode=transparent&autoplay=1" frameborder="0" allowfullscreen></iframe>');$(this).css("opacity","0.25")});a=120*a.length+2;if(a>g.css("width").match("[0-9]+")){b.width(a);var e=b.css("left").match("[0-9]+"),i=-a+590;c.hover(function(){c=setInterval(function(){0<e?clearInterval(c):b.css("left",e++)},10)},function(){clearInterval(c)});d.hover(function(){d=setInterval(function(){e===i?clearInterval(d):b.css("left",e--)},10)},function(){clearInterval(d)})}$(this).remove()})});$(function(){$("<img src=\"\" style=\"vertical-align: middle;\"> ").insertBefore("span#text_edit input.button2[value='Others']")})
