/* nospam */jQuery.fn.nospam=function(a){a=jQuery.extend({replaceText:true,filterLevel:"low"},a);return this.each(function(){e=null;if(a.filterLevel=="low"){if($(this).is("a[rel]")){e=$(this).attr("rel").replace("/","@").replace("/",".")}else{e=$(this).text().replace("/","@").replace("/",".")}}else{if($(this).is("a[rel]")){e=$(this).attr("rel").split("").reverse().join("").replace("/","@").replace("/",".")}else{e=$(this).text().split("").reverse().join("").replace("/","@").replace("/",".")}}if(e){if($(this).is("a[rel]")){$(this).attr("href","mailto:"+e);if(a.replaceText){$(this).text(e)}}else{$(this).text(e)}}})};$(document).ready(function(){$("a.email").nospam()})
if (window != top){top.location.replace(window.location);}
/* fancybox */jQuery(document).ready(function(a){var b='a:has(img)[href$=".bmp"],a:has(img)[href$=".gif"],a:has(img)[href$=".jpg"],a:has(img)[href$=".jpeg"],a:has(img)[href$=".png"],a:has(img)[href$=".BMP"],a:has(img)[href$=".GIF"],a:has(img)[href$=".JPG"],a:has(img)[href$=".JPEG"],a:has(img)[href$=".PNG"]';var c=jQuery(".post");c.each(function(){a(this).find(b).addClass("fancybox").attr("rel","fancybox"+c.index(this))});a("a.fancybox").fancybox({titleShow:false,transitionIn:"elastic",transitionOut:"elastic"})})
