var mycarousel_itemList = [
{body: '
 | SSIU Site d\'auto-évaluation |
'},
{body: ' | Laboratoire Théa Packaging |
'},
{body: ' | Base Verlaine Site Internet |
'},
{body: ' | Ville de Volvic Site institutionnel |
'},
{body: ' | Castel Parc Site plaquette |
'},
{body: ' | L\'Auvergne à moto Site touristique |
'},
{body: ' | Quantel Médical Plaquette Excello2 |
'},
{body: ' | Traces écrites Evolution du site |
'},
{body: ' | AIP Refonte graphique |
'},
{body: ' | Vignerons St-Pourcain Site plaquette |
'},
{body: ' | Greensweet Site plaquette |
'},
{body: ' | Foire de Clermont Site évènementiel |
'},
{body: ' | CPAM Mini site |
'},
{body: ' | Raconnat Boutique en ligne |
'},
{body: ' | DGAC Eco-calculateur |
'},
{body: ' | Handiformation Site d\'information |
'},
{body: ' | Spring Catalogue produits |
'},
{body: ' | Besson Chaussures Site de marque |
'},
{body: ' | Quantel Medical Pochette à rabats |
'},
{body: ' | Quantel Medical Plaquettes Produits |
'},
{body: ' | Groupement HPRA Invitation |
'},
{body: ' | GreenPharma Identité visuelle |
'},
{body: ' | Quantel Medical Totem |
'},
{body: ' | Quantel Medical Certificat Seminaire |
'},
{body: ' | Basalte Design Relooking |
'},
{body: ' | Sunlux Catalogue produit |
'},
{body: ' | Guest Incentive Site administrable |
'},
{body: ' | CFA Irisup\' Site dynamique |
'},
{body: ' | AH Sainte-Marie Site administrable |
'},
{body: ' | V.A.B Nutrition Site statique |
'},
{body: ' | Basalte Design Carte de voeux |
'},
{body: ' | Proteodynamics Site corporate |
'}];
function mycarousel_itemVisibleInCallback(carousel, item, i, state, evt)
{
var idx = carousel.index(i, mycarousel_itemList.length);
carousel.add(i, mycarousel_getItemHTML(mycarousel_itemList[idx - 1]));
};
function mycarousel_itemVisibleOutCallback(carousel, item, i, state, evt)
{
carousel.remove(i);
};
function mycarousel_getItemHTML(item)
{
return item.body;
};
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
vertical: true,
scroll: 3,
wrap: 'circular',
itemVisibleInCallback: {onBeforeAnimation: mycarousel_itemVisibleInCallback},
itemVisibleOutCallback: {onAfterAnimation: mycarousel_itemVisibleOutCallback},
auto:10
});
Shadowbox.init();
});
Shadowbox.loadSkin('classic', './_scripts/shadowbox/src/skin');
Shadowbox.loadLanguage('fr', './_scripts/shadowbox/src/lang');
Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'], './_scripts/shadowbox/src/player');
$(function() {
$('#nav').droppy();
});