flipperId = 6;timeDelayForJqueryFlipper=5000;scrollItem=6;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://mix947.com/custom_code/get_feature_group_data.php?featureGroupId=62433&displayLimit=6', function(){ $("#content").append('
'); $('.gallery_demo_unstyled').addClass('gallery_demo'); var opt = {callback:pageselectCallback,items_per_page:scrollItem}; $("#Pagination").pagination(images.length, opt); }); });