//jQuery.noConflict();
//jQuery(document).ready(function ($) {
$(function () {
    $("#CU3ER").cu3er({
        vars: {
            width: 910,
            height: 370,
            force_javascript: ((navigator.userAgent.toLowerCase().indexOf("android") != -1) ? true : false),
            flash_version: "10.0.0",
            xml_location: '/template/GetCarousel',
            swf_location: '/Content/Swf/CU3ER.swf'
        },
        params: {
            wmode: 'transparent'
        },
        attributes: {
            id: "CU3ER",
            name: "CU3ER"
        }
    });
});
