
jQuery.fn.common_function=function(){jQuery('.top-link').click(function(e){e.preventDefault();jQuery.scrollTo(0,300);jQuery('#top-link_1').html("<s> 返回頁頂</s>");});jQuery('.bottom-link').click(function(e){e.preventDefault();jQuery.scrollTo(jQuery(document).height()+jQuery('body').offset().top,300);jQuery('#bottom-link_2').html("<s> 返回頁底</s>");});jQuery('.extendspost #increase_font').click(function(){var tmpSize=jQuery('.cp').css('fontSize');var fSize=(parseInt(tmpSize)<18)?fSize=parseInt(tmpSize)+1:fSize=18;jQuery('.cp').animate({fontSize:fSize},200);});jQuery('.extendspost #decrease_font').click(function(){var tmpSize=jQuery('.cp').css('fontSize');var fSize=(parseInt(tmpSize)>12)?fSize=parseInt(tmpSize)-1:fSize=12;jQuery('.cp').animate({fontSize:fSize},200);});jQuery('#left_tab').click(function(){if(jQuery('#left_tab_content').css('display')=='none'){jQuery('#right_tab_content').slideUp(500,function(){jQuery('#right_tab_content').css('display','none');jQuery('#left_tab_content').slideDown(500);jQuery('#left_tab_content').css('display','block');jQuery('#left_tab').html("<del>熱門的 1AM 文章</del>");jQuery('#right_tab').html("隨機的 1AM 文章");});}else{jQuery('#left_tab').html("<del>熱門的 1AM 文章</del>");}});jQuery('#right_tab').click(function(){var tab=(jQuery('#left_tab_content').css('display')=='block')?"#left_tab_content":"#right_tab_content";jQuery(tab).slideUp(500,function(){jQuery('#right_tab_content').css('display','none');jQuery('#right_tab_content').html("<li class='boxedout' style='padding-top:10px;text-align:center;'><img src='../wp-content/pictures/gif/ajax-loading.gif' /><div style='margin-top:10px;width:100%;'>請等候 ...</div></li>");jQuery("#right_tab_content").slideDown(500);jQuery('#right_tab_content').css('display','block');jQuery.ajax({type:"POST",url:"random-posts.php",success:function(response){jQuery("#right_tab_content").slideUp(500,function(){jQuery('#right_tab_content').css('display','none');jQuery("#right_tab_content").html(response);jQuery("#right_tab_content").slideDown(500);jQuery('#right_tab_content').css('display','block');jQuery('#left_tab_content').css('display','none');jQuery('#left_tab').html("熱門的 1AM 文章");});}});});});jQuery('.top_menu_tab').mouseover(function(){jQuery(this).css("background-color","#EAEAEA");});jQuery('.top_menu_tab').mouseout(function(){jQuery(this).css("background-color","#FFFFFF");});jQuery('.pbtn').click(function(){var bid=this.id;jQuery("#i"+bid).attr("src","../wp-content/pictures/gif/grey_btn.gif");for(i=1;i<6;i++){if(i!=bid){jQuery("#i"+i).attr("src","../wp-content/pictures/gif/white_btn.gif");}}});jQuery('#wp_page_numbers li a').live('click',function(e){e.preventDefault();var link=jQuery(this).attr('href');var paged=link.substr(link.indexOf('?'),link.length);if(link.indexOf('paged=')==-1){if(paged=="p"){paged="?paged=1";}
else if(paged.indexOf('?cat=')!=-1){paged=link.substr(link.indexOf('?'),link.length)+"&paged=1";}}else{paged=link.substr(link.indexOf('?'),link.length);}
var ajaxLink="ajax-pagination.php"+paged;var buf="<div style='float:left;height:1500px;margin-top:50px;text-align:center;width:100%;'>"+"<img src='../wp-content/pictures/gif/ajax-loading.gif' height='32' width='32' />"+"<div style='float:left;height:auto;margin-top:10px;text-align:center;width:100%;'>請等候 ...</div>"+"</div>";jQuery.scrollTo(0,300);jQuery(".main").html(buf);jQuery.ajax({type:'POST',url:ajaxLink,success:function(response){jQuery('.main').hide().html(response).fadeIn();}});});};