﻿$(document).ready(function() {
    var $c1 = $('#homeimageone');
    $c1.append('<div><a href="/product/nexus-neo"><img src="/images/homepage/home_neo_thumb.jpg" width="262" height="159" border="0" alt="Nexus Neo" /></a></div>');
    $c1.append('<div><a href="/product/nexus-titus"><img src="/images/homepage/home_titus_thumb.jpg" width="262" height="159" border="0" alt="Nexus Titus" /></a></div>');
    $c1.append('<div><a href="/product/nexus-excel"><img src="/images/homepage/home_excel_thumb.jpg" width="262" height="159" border="0" alt="Nexus Excel" /></a></div>');
    $c1.append('<div><a href="/product/nexus-vibro"><img src="/images/homepage/home_vibro_thumb.jpg" width="262" height="159" border="0" alt="Nexus Vibro" /></a></div>');
    $c1.cycle({ delay: -8000, timeout: 12000 });
    var $c2 = $('#homeimagetwo');    
    $c2.append('<div><a href="/product/nexus-g-rider"><img src="/images/homepage/home_grider_thumb.jpg" width="262" height="159" border="0" alt="Nexus G-Rider" /></a></div>');
    $c2.append('<div><a href="/product/nexus-max-5"><img src="/images/homepage/home_max5_thumb.jpg" width="262" height="159" border="0" alt="Nexus Max 5" /></a></div>');
    $c2.append('<div><a href="/product/nexus-o"><img src="/images/homepage/home_o_thumb.jpg" width="262" height="159" border="0" alt="Nexus O" /></a></div>');
    $c2.append('<div><a href="/product/nexus-gyro"><img src="/images/homepage/home_gyro_thumb.jpg" width="262" height="159" border="0" alt="Nexus Gyro" /></a></div>');
    $c2.cycle({ delay: -4000, timeout: 12000 });
    var $c3 = $('#homeimagethree');
    $c3.append('<div><a href="/product/nexus-c-ring"><img src="/images/homepage/HOME_C-RING_THUMB.jpg" width="262" height="159" border="0" alt="Nexus C-Ring" /></a></div>');
    $c3.append('<div><a href="/product/nexus-silo"><img src="/images/homepage/home_silo_thumb.jpg" width="262" height="159" border="0" alt="Nexus Silo" /></a></div>');
    $c3.append('<div><a href="/product/nexus-chloe"><img src="/images/homepage/home_chloe_thumb.jpg" width="262" height="159" border="0" alt="Nexus Chloe" /></a></div>');
    $c3.cycle({ timeout: 12000 });
});
