// JavaScript Document
//21-05-2010- Build 10.1
/**
* jCarousel - Riding carousels with jQuery
*   http://sorgalla.com/jcarousel/
*
* Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* Built on top of the jQuery library
*   http://jquery.com
*
* Inspired by the "Carousel Component" by Bill Scott
*   http://billwscott.com/carousel/
*/

/**************************
Jquery Musikia Completer
***************************/
eval(function (p, a, c, k, e, d) { e = function (c) { return (c < a ? '' : e(parseInt(c / a))) + ((c = c % a) > 35 ? String.fromCharCode(c + 29) : c.toString(36)) }; if (!''.replace(/^/, String)) { while (c--) { d[e(c)] = k[c] || e(c) } k = [function (e) { return d[e] } ]; e = function () { return '\\w+' }; c = 1 }; while (c--) { if (k[c]) { p = p.replace(new RegExp('\\b' + e(c) + '\\b', 'g'), k[c]) } } return p } ('(3($){$.u=3(6,2){b U={1i:\'\',t:\'\',7:\'5.J\',v:\'#A-1h\',H:\'1g\'};1.2=$.o(U,2);1.$6=$(6);1.17()};$.u.12.o=$.o;$.u.12.o({17:3(){1.$6.G(\'1e\',\'1f\');1.$5=$(1.2.v);1.r=I;1.g=\'s\';1.$N=$(\'<k z="p"><k z="m"><K 1j="K/Y/1k/1p-1d.1n" 1l="m" /></k><a z="M" 7="#">X</a></k>\');1.$14=$(\'\');1.$6.1q($.d(1.S,1));1.$6.1c($.d(1.V,1));1.$6.1b($.d(1.j,1));1.$6.19($.d(1.L,1));$(1a).O($.d(1.Z,1))},j:3(e){b f=1.y();4(f.T>0){b j=1.2.7+\'?q=\'+f+\'&D=10&B=\'+1.2.t;4((e.R&&e.R==13)||(e.W&&e.W==13)){e.P();18.1o.7=\'1F://1K.Y.1J/1I/A.1H?q=\'+f}C{$.w(1.2.7,{q:f,D:10,B:1.2.t},$.d(1.15,1));1.$5.l(\'.p .m\').x()}}C{1.h()}},15:3(n){1.r=1M;1.n=n},L:3(){4(1.r){1.$5.J(1.n);1.$5.1N(1.$N.Q());1.$5.1r(1.$14.Q());1.$5.l(\'.p .M\').O($.d(3(8){8.P();1.h()},1));1.$5.l(\'.p .m\').h();b 7=1.2.7+\'?q=\'+1.y()+\'&D=10&B=\'+1.2.t;1.$5.l(\'.A-1x a\').G(\'7\',7);1.r=I;4(1.g==\'s\'){1.x()}}},x:3(){4(1.g!=\'F\'){4($(\'#16\').1s(\'1t\')==\'1y\'){$(\'#16\').h()}1.$5.1z(\'11\');1.g=\'F\'}},h:3(){4(1.g!=\'s\'){1.$5.1D(\'11\');1.g=\'s\'}},y:3(){b f=1.$6.i();E f},S:3(8){b $9=$(8.c);4($9.i()==1.2.H){$9.i(\'\')}C 4($9.i()!==\'\'){1.j()}},V:3(8){b $9=$(8.c);4($9.i()===\'\'){$9.i(1.2.H)}},Z:3(8){b $c=$(8.c);4(1.g==\'F\'&&!($c.w(0)==1.$6.w(0)||$c.G(\'1B\')==1.2.v.1A(\'#\',\'\')||$c.1C(1.2.v).T>0)){1.h()}}});$.1E.1u=3(2){E 1.1v(3(){4(1.1w.1O()!=\'9\'){E I}1.1L=1m $.u(1,2)})}})(1G);', 62, 113, '|this|options|function|if|results|element|href|event|input||var|target|proxy||keyword|state|hide|val|query|div|find|loading|data|extend|control||changed|hidden|scope|MusikiaCompleter|resultBlock|get|show|getKeyword|class|search|Scope|else|Max|return|shown|attr|defaultValue|false|html|img|replaceResults|close|controlBar|click|preventDefault|clone|which|removeDefault|length|default_options|resetDefault|keyCode||musikia|outClick||normal|prototype||allBar|loadResults|cart|initialize|window|ajaxStop|document|keyup|blur|loader|autocomplete|off|rechercher_|result|loadingImg|src|template|alt|new|gif|location|ajax|focus|append|css|display|musikiaCompleter|each|tagName|all|block|fadeIn|replace|id|parents|fadeOut|fn|http|jQuery|aspx|fr|com|www|completer|true|prepend|toLowerCase'.split('|'), 0, {}))

function KeyPress(e) {
    var key = e ? e.which : window.event.keyCode;
    alert(key);
    if (key == 13)
    //alert(key)
    //e.returnValue = false;
    //e.cancel = true;
    return false;
}
function noenter(e) {
    var key;

    if (window.event) {
        key = window.event.keyCode;
    }
    
    else {
        key = e.which;
    }
       

    //alert(key);
    return !(key == 13);
}
