flipperId = 6;timeDelayForJqueryFlipper=5000;scrollItem=5;autoPlay=1;styleTextForFlipper="\n\n";$(document).ready(function(){ // // add styles in the head // styleObject = document.createElement('style'); rulesObject = document.createTextNode(styleTextForFlipper); var headObject = document.getElementsByTagName('head')[0]; styleObject.type = 'text/css'; if(styleObject.styleSheet) styleObject.styleSheet.cssText = rulesObject.nodeValue; else styleObject.appendChild(rulesObject); headObject.appendChild(styleObject); // // include js file . // $.getScript('http://2wd.com/custom_code/get_feature_group_data.php?featureGroupId=62236&displayLimit=30', function(){ $("#content").append('
'); $('.gallery_demo_unstyled').addClass('gallery_demo'); var opt = {callback:pageselectCallback,items_per_page:scrollItem}; $("#Pagination").pagination(images.length, opt); }); });