﻿/* Commented by SerK

jQuery(function (){
jQuery.noConflict()

jQuery('a[href=http://www.inline-r.ru/]').replaceWith('<a href="http://www.inline-r.ru/" title="Производство пластиковой упаковки, изготовление одноразовой упаковки и упаковочной продукции"> <span>Главная</span>	</a>');
jQuery('a[href=/index.php/about]').replaceWith('<a href="/index.php/about" title="О нас"><span>О нас</span></a>');
jQuery('a[href=/index.php/about/company]').replaceWith('<a href="/index.php/about/company" title="О компании"><span>О компании</span></a>');
jQuery('a[href=/index.php/about/technology]').replaceWith('<a href="/index.php/about/technology"  title="Технология производства"><span>Технология производства</span>	</a>');
jQuery('a[href=/index.php/about/rekvizity]').replaceWith('<a href="/index.php/about/rekvizity" title="Наши реквизиты"><span>Наши реквизиты</span></a>');
jQuery('a[href=/index.php/news]').replaceWith('<a href="/index.php/news" title="Новости"><span>Новости</span></a>');
jQuery('a[href=/index.php/catalog]').replaceWith('<a href="/index.php/catalog" title="Каталог"><span>Каталог</span></a>');
jQuery('a[href=/index.php/catalog/cakes]').replaceWith('<a href="/index.php/catalog/cakes" title="Тортовая серия"><span>Тортовая серия</span></a>');
jQuery('a[href=/index.php/catalog/salad]').replaceWith('<a href="/index.php/catalog/salad" title="Салатная серия"><span>Салатная серия</span></a>');
jQuery('a[href=/index.php/catalog/ycontayners]').replaceWith('<a href="/index.php/catalog/ycontayners" title="Контейнеры с ячейками"><span>Контейнеры с ячейками</span></a>');
jQuery('a[href=/index.php/catalog/ucontayners]').replaceWith('<a href="/index.php/catalog/ucontayners" title="Универсальные контейнеры"><span>Универсальные контейнеры</span></a>');
jQuery('a[href=/index.php/catalog/alucontayners]').replaceWith('<a href="/index.php/catalog/alucontayners" title="Алюминиевые контейнеры"><span>Алюминиевые контейнеры</span></a>');
jQuery('a[href=/index.php/catalog/korrekses]').replaceWith('<a href="/index.php/catalog/korrekses" title="Коррексы, ложементы"><span>Коррексы, ложементы</span></a>');
jQuery('a[href=/index.php/contacts]').replaceWith('<a href="/index.php/contacts" title="Контакты"><span>Контакты</span></a>');
jQuery('a[href=/index.php/news]').replaceWith('<a href="/index.php/news" title="Новости"><span>Новости</span></a>');
})
 

*/
