/**
 * jQuery plugin laquu.
 *
 * @Auth    Nully
 * @Url
 * @Make    10/04/26(Mon)
 * @Version  1.2.3
 * @License MIT Lincense
 * The MIT License
 *
 * Copyright (c) 2010 <copyright Nully>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
if(!laquu)var laquu=jQuery.sub();laquu=laquu.extend({isUnderIE6:!!(laquu.browser.msie&&Math.abs(laquu.browser.version)<=6),empty:function(){},debug:function(){window.console&&console.log?console.log(arguments):this.error(arguments.slice(0,1))},toAbstolute:function(){return(document.createElement("span").innerHTML='<a href="'+p+'"></a>').firstChild.href},error:function(a){throw a;}});

(function(c){c.fn.ticker=function(i){return this.each(function(){function h(){a||(a=!0,b=setInterval(function(){j()},f.duration+f.speed))}function j(){++d;d>=e.size()&&(d=0);var a=e.get(d);g.animate({top:parseInt("-"+a.offsetTop),left:a.offsetLeft},{queue:!1,duration:f.speed,complete:function(){var b=d===0?e.size():d;c(e[b-1]).appendTo(g);g.css({top:0,left:0});f.onShow.call(a,a);f.onHide.call(e[b-1],e[b-1])}})}var g=c(this),a=!1,d=0,b=null,e=g.children(),f=c.extend({},{speed:1E3,duration:6E3,onShow:c.empty,
onHide:c.empty},i||{});g.parent().css("position","relative").end().css({position:"absolute",top:0,left:0}).bind("mouseover",function(){a&&(a=!1,clearInterval(b),b=null)}).bind("mouseout",h);h()})}})(laquu);

