var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); function add_favourite_post(post_id) { $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php", { action: "add_favourite_post", post_id: post_id }, function(data) { $("#callbackfavourites").html(data); if(data!=false){ $("#add_favor").hide("slow"); $("#rm_favor_"+post_id).show("slow"); } } ); return false; } function rm_favourite_post(post_id) { $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php", { action: "rm_favourite_post", post_id: post_id }, function(data) { $("#callbackfavourites").html(data); if(data!=false){ $("#rm_favor_"+post_id).hide("slow"); $("#add_favor").show("slow"); } } ); return false; } function get_favourite_posts() { $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php", { action: "get_favourite_posts" }, function(data) { $("#favourite_posts").html(data); } ); return false; } function rm_favourite_from_list(post_id) { $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php", { action: "rm_favourite_from_list", post_id: post_id }, function(data) { $("#favourite_posts").html(data); if (data=='') { $("#favorite_articles").hide("normal"); $("#favorite_articles_link").hide("slow"); } } ); return false; } function invite_friend(user_id, obj) { $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php", { action: "invite_friend", user_id: user_id }, function(data) { $("#callbackfriends").html(data); if(obj.parentNode.className == 'options') $(container).hide("slow"); } ); return false; } function accept_friend(user_id, obj) { $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php", { action: "accept_friend", user_id: user_id }, function(data) { $("#callbackfriends").html(data); container = obj.parentNode.parentNode.parentNode; if(container.className == 'friend-wrapper') $(container).hide("slow"); } ); return false; } function decline_friend(user_id, obj) { $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php", { action: "decline_friend", user_id: user_id }, function(data) { $("#callbackfriends").html(data); container = obj.parentNode.parentNode.parentNode; if(container.className == 'friend-wrapper') $(container).hide("slow"); } ); return false; } function remove_friend(user_id, obj) { $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php", { action: "remove_friend", user_id: user_id }, function(data) { $("#callbackfriends").html(data); container = obj.parentNode.parentNode.parentNode; if(container.className == 'friend-wrapper') $(container).hide("slow"); if(obj.parentNode.className == 'options') $(obj.parentNode).hide("slow"); } ); return false; } function delete_blog_post(obj) { pieces = split_url(obj.href); $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php?" + pieces[1], { action: "remove_blog_post" }, function(data) { $("#callbackblog").html(data); parentObj = obj.parentNode.parentNode; $(parentObj).hide("slow"); } ); return false; } function delete_wall_post(obj) { pieces = split_url(obj.href); $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php?" + pieces[1], { action: "remove_wall_post" }, function(data) { $("#callbackwall").html(data); parentObj = obj.parentNode.parentNode; $(parentObj).hide("slow"); } ); return false; } function delete_message(obj) { pieces = split_url(obj.href); $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php?" + pieces[1], { action: "delete_message" }, function(data) { $("#callbackmessages").html(data); parentObj = obj.parentNode.parentNode; $(parentObj).hide("slow"); } ); return false; } function delete_sent_message(obj) { pieces = split_url(obj.href); $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php?" + pieces[1], { action: "delete_sent_message" }, function(data) { $("#callbackmessages").html(data); parentObj = obj.parentNode.parentNode; $(parentObj).hide("slow"); } ); return false; } function delete_uploaded_avatar(obj, post_id) { $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php", { action: "delete_uploaded_avatar", post_id: post_id }, function(data) { parentObj = obj.parentNode; $(parentObj).hide("slow"); } ); return false; } function delete_comment(obj) { pieces = split_url(obj.href); $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php?" + pieces[1], { action: "delete_comment" }, function(data) { parentObj = obj.parentNode.parentNode; $(parentObj).slideUp("normal", function () { $(parentObj).html(data).slideDown("normal"); }); } ); return false; } function search_users(form) { username_obj = $("#" + form.id).children("#username"); user = 0; term = $(username_obj).val(); target = document.getElementById('search-users-results'); if($(username_obj).val() == '') return false; $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php", { action: "search_users", term: term, user_id: user }, function(data) { $(target).html(data); } ); $(target).html('Searching Users...

Please wait for while your user search is searching...

'); return false; } function split_url(url) { return url.split('?'); } function username_suggest(obj) { suggest_box = document.getElementById('namesuggest'); if(obj.value > '') { $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php", { action: "friend_search_suggest", search_term: obj.value }, function(data) { if(data > '') { $(suggest_box).html(data); $(suggest_box).slideDown("normal"); } else $(suggest_box).hide("normal"); } ); } } function send_to_a_friend(to_email, to_name, from_name, from_email, url) { $.post("http://web.archive.org/web/20100410035556/http://www.geek.com/wp-content/themes/geek6/functions/ajax-query.php", { action: "sent_to_a_friend", to_email: to_email, to_name: to_name, from_name: from_name, from_email: from_email, url: url }, function(data) { $("#stafInline").html(data); } ); return false; } } /* FILE ARCHIVED ON 03:55:56 Apr 10, 2010 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 06:58:09 Apr 30, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.556 exclusion.robots: 0.06 exclusion.robots.policy: 0.053 cdx.remote: 0.052 esindex: 0.009 LoadShardBlock: 151.107 (3) PetaboxLoader3.datanode: 60.537 (4) load_resource: 209.85 PetaboxLoader3.resolve: 138.387 */