/**
Vertigo Tip by www.vertigo-project.com
Requires jQuery
*/

this.vtip = function() {    
    this.xOffset = 40; // x distance from mouse
    this.yOffset = 20; // y distance from mouse       
    
    $(".vtip").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip">' + this.t + '</p>' );

            $('p#vtip').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip").fadeOut("slow").remove();
        }
    ).mousemove(
        function(e) {
            this.top = (e.pageY + yOffset);
            this.left = (e.pageX + xOffset);
                         
            $("p#vtip").css("top", this.top+"px").css("left", this.left+"px");
        }
    );            
    
};

jQuery(document).ready(function($){vtip();}) 

this.vtip2 = function() {    
    this.xOffset = -10; // x distance from mouse
    this.yOffset = 10; // y distance from mouse       
    
    $(".vtip2").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip2">' + this.t + '</p>' );

            $('p#vtip2').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip2").fadeOut("slow").remove();
        }
    )
	//mousemove//
	.mousemove(
        function(e) {
            this.top = (e.pageY + yOffset);
            this.left = (e.pageX + xOffset);
                         
            $("p#vtip2").css("top", this.top+"px").css("left", this.left+"px");
			//mousemove//
        }
    );            
    
};

jQuery(document).ready(function($){vtip2();}) 

/**
39
*/
this.vtip3 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip3").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip3">' + this.t + '</p>' );

            $('p#vtip3').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip3").fadeOut("slow").remove();

        }
    );            
    
};

jQuery(document).ready(function($){vtip3();}) 


this.vtip4 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip4").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip4">' + this.t + '</p>' );

            $('p#vtip4').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip4").fadeOut("slow").remove();
        }

    );            
    
};

jQuery(document).ready(function($){vtip4();})

/**
40
*/
this.vtip5 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip5").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip5">' + this.t + '</p>' );

            $('p#vtip5').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip5").fadeOut("slow").remove();
        }
    ).mousemove(
        function(e) {
            this.top = (e.pageY + yOffset);
            this.left = (e.pageX + xOffset);
                         
            $("p#vtip5").css("top", this.top+"px").css("left", this.left+"px");
        }
    );            
    
};

jQuery(document).ready(function($){vtip5();}) 

/**40*/
this.vtip6 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip6").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip6">' + this.t + '</p>' );

            $('p#vtip6').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip6").fadeOut("slow").remove();
        }
    ).mousemove(
        function(e) {
            this.top = (e.pageY + yOffset);
            this.left = (e.pageX + xOffset);
                         
            $("p#vtip6").css("top", this.top+"px").css("left", this.left+"px");
        }
    );            
    
};

jQuery(document).ready(function($){vtip6();})

/**
41(7)
*/
this.vtip7 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip7").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip7">' + this.t + '</p>' );

            $('p#vtip7').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip7").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip7();}) 

/**41(8)*/
this.vtip8 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip8").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip8">' + this.t + '</p>' );

            $('p#vtip8').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip8").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip8();})


/**
42(9)
*/
this.vtip9 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip9").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip9">' + this.t + '</p>' );

            $('p#vtip9').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip9").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip9();}) 

/**42(10)*/
this.vtip10 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip10").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip10">' + this.t + '</p>' );

            $('p#vtip10').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip10").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip10();})


/**
43(11)
*/
this.vtip11 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip11").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip11">' + this.t + '</p>' );

            $('p#vtip11').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip11").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip11();}) 

/**43(12)*/
this.vtip12 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip12").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip12">' + this.t + '</p>' );

            $('p#vtip12').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip12").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip12();})



/**
44(13)
*/
this.vtip13 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip13").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip13">' + this.t + '</p>' );

            $('p#vtip13').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip13").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip13();}) 

/**44(14)*/
this.vtip14 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip14").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip14">' + this.t + '</p>' );

            $('p#vtip14').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip14").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip14();})

/**45(15)*/
this.vtip15 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip15").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip15">' + this.t + '</p>' );

            $('p#vtip15').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip15").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip15();})

/**45(16)*/
this.vtip16 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip16").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip16">' + this.t + '</p>' );

            $('p#vtip16').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip16").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip16();})


/**46(17)*/
this.vtip17 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip17").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip17">' + this.t + '</p>' );

            $('p#vtip17').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip17").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip17();})

/*46(18)*/
this.vtip18 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip18").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip18">' + this.t + '</p>' );

            $('p#vtip18').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip18").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip18();})

/**47(19)*/
this.vtip19 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip19").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip19">' + this.t + '</p>' );

            $('p#vtip19').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip19").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip19();})
/**47(20)*/
this.vtip20 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip20").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip20">' + this.t + '</p>' );

            $('p#vtip20').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip20").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip20();})




/**51(21)*/
this.vtip21 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip21").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip21">' + this.t + '</p>' );

            $('p#vtip21').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip21").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip21();})


/**
/**52(22)*/
this.vtip22 = function() {    
    this.xOffset = -100; // x distance from mouse
    this.yOffset = -400; // y distance from mouse       
    
    $(".vtip22").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip22">' + this.t + '</p>' );

            $('p#vtip22').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip22").fadeOut("slow").remove();
        }
    );            
    
};

jQuery(document).ready(function($){vtip22();})


/**


/**
point
*/

this.vtip00 = function() {    
    this.xOffset = 10; // x distance from mouse
    this.yOffset = 20; // y distance from mouse       
    
    $(".vtip00").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip00">' + this.t + '</p>' );
            $('p#vtip00').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip00").fadeOut("slow").remove();
        }
    ).mousemove(
        function(e) {
            this.top = (e.pageY + yOffset);
            this.left = (e.pageX + xOffset);
                         
            $("p#vtip00").css("top", this.top+"px").css("left", this.left+"px");
        }
    );            
    
};

jQuery(document).ready(function($){vtip00();}) 



/**/

this.vtip02 = function() {    
    this.xOffset = 10; // x distance from mouse
    this.yOffset = 20; // y distance from mouse       
    
    $(".vtip02").unbind().hover(    
        function(e) {
            this.t = this.title;
            this.title = ''; 
            this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset);
            
            $('body').append( '<p id="vtip02">' + this.t + '</p>' );

            $('p#vtip02').css("top", this.top+"px").css("left", this.left+"px").fadeIn("slow");
            
        },
        function() {
            this.title = this.t;
            $("p#vtip02").fadeOut("slow").remove();
        }
    ).mousemove(
        function(e) {
            this.top = (e.pageY + yOffset);
            this.left = (e.pageX + xOffset);
                         
            $("p#vtip02").css("top", this.top+"px").css("left", this.left+"px");
        }
    );            
    
};

jQuery(document).ready(function($){vtip02();}) 

