﻿function get_ad(category, obj) {
    DaShi.WebSite.Services.AD.ListByCategory(category, get_ad_response,null,obj);
}



function get_ad_response(list, obj) {

    if (!list || !obj)
        return;
    if (list.length < 1) return;

    var html = "";
    if (list[0] != null) {
            if (list[0].SystemADCategoryID == DaShi.Enum.ADCategory.家园首页banner广告) {
                for (var i = 0; i < list.length; i++) {

                    if (!list[i])
                        continue;
                    if (list[i].FileType == 1) {
                        html += "<a href='" + list[i].Link + "' target='_blank'><img src='http://www.z6img.cn/" + list[i].FileUrl + "' width='288' height='58' border='0' alt='" + list[i].Content + "'/></a>";
                    }
                    else if (list[i].FileType == 2) {
                        html += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='288' height='58'><param name='movie' value='http://www.z6img.cn/" + list[i].FileUrl + "'/><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='http://www.z6img.cn/" + list[i].FileUrl + "' width='288' height='58' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed></object>";
                    }
                }
            }
            else if (list[0].SystemADCategoryID == DaShi.Enum.ADCategory.首页按钮广告) {

                var focus_width = 234;
                var focus_height = 78;
                var text_height = 0;
                var swf_height = focus_height + text_height;
                var pics = "";
                var links = "";
                var texts = "";

                for (var i = 0; i < list.length; i++) {

                    if (!list[i])
                        continue;
                    pics += "http://www.z6img.cn/";
                    pics += list[i].FileUrl;
                    links += list[i].Link;
                    texts += list[i].Content;
                    if (i + 1 < list.length) {
                        pics += "|";
                        links += "|";
                        texts += "|";

                    }
                }
                html += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="' + focus_width + '" height="' + swf_height + '">';
                html += '<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="http://www.z6img.cn/ad/images/focus1.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">';
                html += '<param name="menu" value="false"><param name=wmode value="opaque">';
                html += '<param name="FlashVars" value="pics=' + pics + '&links=' + links + '&texts=' + texts + '&borderwidth=' + focus_width + '&borderheight=' + focus_height + '&textheight=' + text_height + '">';
                html += '</object>';
            }
            else if (list[0].SystemADCategoryID == DaShi.Enum.ADCategory.首页半通栏广告1) {
                for (var i = 0; i < list.length; i++) {
                    if (!list[i])
                        continue;

                    if (list[i].FileType == 1) {
                        html += "<a href='" + list[i].Link + "' target='_blank'><img src='http://www.z6img.cn/" + list[i].FileUrl + "' width='743' height='78' border='0' alt='" + list[i].Content + "'/></a>";

                    }
                    else if (list[i].FileType == 2) {
                        html += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='743' height='78'><param name='movie' value='http://www.z6img.cn/" + list[i].FileUrl + "'/><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='http://www.z6img.cn/" + list[i].FileUrl + "' width='743' height='78' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed></object>";
                    }
                }
            }
            else if (list[0].SystemADCategoryID == DaShi.Enum.ADCategory.首页半通栏广告2) {
                for (var i = 0; i < list.length; i++) {
                    if (!list[i])
                        continue;
                    if (list[i].FileType == 1) {
                        html += "<a href='" + list[i].Link + "' target='_blank'><img src='http://www.z6img.cn/" + list[i].FileUrl + "' width='743' height='93' border='0' alt='" + list[i].Content + "'/></a>";
                    }
                    else if (list[i].FileType == 2) {
                        html += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='743' height='93'><param name='movie' value='http://www.z6img.cn/" + list[i].FileUrl + "'/><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='http://www.z6img.cn/" + list[i].FileUrl + "' width='743' height='93' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed></object>";
                    }
                }
            }
            else if (list[0].SystemADCategoryID == DaShi.Enum.ADCategory.首页半通栏广告3) {
                for (var i = 0; i < list.length; i++) {
                    if (!list[i])
                        continue;
                    if (list[i].FileType == 1) {
                        html += "<a href='" + list[i].Link + "' target='_blank'><img src='http://www.z6img.cn/" + list[i].FileUrl + "' width='743' height='88' border='0' alt='" + list[i].Content + "'/></a>";
                    }
                    else if (list[i].FileType == 2) {
                        html += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='743' height='88'><param name='movie' value='http://www.z6img.cn/" + list[i].FileUrl + "'/><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='http://www.z6img.cn/" + list[i].FileUrl + "' width='743' height='88' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed></object>";
                    }
                }
            }
            else if (list[0].SystemADCategoryID == DaShi.Enum.ADCategory.首页底部广告) {
                for (var i = 0; i < list.length; i++) {
                    if (!list[i])
                        continue;
                    if (list[i].FileType == 1) {
                     
                       html += "<a href='" + list[i].Link + "' target='_blank'><img src='http://www.z6img.cn/" + list[i].FileUrl + "'  style='width: 988px; height: 32px; margin-top: 0px; border: 1px solid #D6D6D6; clear: both;' alt='" + list[i].Content + "'/></a>";
                    }
                    else if (list[i].FileType == 2) {
                        html += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='988' height='52'><param name='movie' value='http://www.z6img.cn/" + list[i].FileUrl + "'/><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='http://www.z6img.cn/" + list[i].FileUrl + "' width='988' height='52' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed></object>";
                    }
                }
              
            }
            else if (list[0].SystemADCategoryID == DaShi.Enum.ADCategory.新首页大屏广告) {
          
                for (var i = 0; i < list.length; i++) {
                    if (!list[i])
                        continue;

                    if (list[i].FileType == 1) {

                        //   html += "<a href='" + list[i].Link + "' target='_blank'><img src='http://www.z6img.cn/" + list[i].FileUrl + "' alt='" + list[i].Content + "'></a>";
                        //这里非得加<li>标签，原因未知
                        html += "<li><a href='" + list[i].Link + "' target='_blank'><img src='http://www.z6img.cn/" + list[i].FileUrl + "'  alt='" + list[i].Content + "' /></a> </li>";
                    }
                    else if (list[i].FileType == 2) {                
                        html += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='988' height='52'><param name='movie' value='http://www.z6img.cn/" + list[i].FileUrl + "'/><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='http://www.z6img.cn/" + list[i].FileUrl + "' width='988' height='52' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed></object>";
                    }
                }        
            }
            else if (list[0].SystemADCategoryID == DaShi.Enum.ADCategory.大师问问首页广告) {
                for (var i = 0; i < list.length; i++) {
                    if (!list[i])
                        continue;
                    if (list[i].FileType == 1) {
                        html += "<a href='" + list[i].Link + "' target='_blank'><img src='http://www.z6img.cn/" + list[i].FileUrl + "' width='985'  style=' border: 1px solid #e0edf6' alt='" + list[i].Content + "'/></a>";
                    }
                    else if (list[i].FileType == 2) {
                        html += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='988' height='52'><param name='movie' value='http://www.z6img.cn/" + list[i].FileUrl + "'/><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='http://www.z6img.cn/" + list[i].FileUrl + "' width='988' height='52' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed></object>";
                    }
                }
            }
            else if (list[0].SystemADCategoryID == DaShi.Enum.ADCategory.大师问问首页右侧广告) {
                for (var i = 0; i < list.length; i++) {
                    if (!list[i])
                        continue;
                    if (list[i].FileType == 1) {
                        html += "<a href='" + list[i].Link + "' target='_blank'><img src='http://www.z6img.cn/" + list[i].FileUrl + "' width='208'  style='border: 1px solid #e0edf6' alt='" + list[i].Content + "'/></a>";
                    }
                    else if (list[i].FileType == 2) {
                        html += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='988' height='52'><param name='movie' value='http://www.z6img.cn/" + list[i].FileUrl + "'/><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='http://www.z6img.cn/" + list[i].FileUrl + "' width='988' height='52' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed></object>";
                    }
                }
            }
            else if (list[0].SystemADCategoryID == DaShi.Enum.ADCategory.大师问问详细页面广告) {
                for (var i = 0; i < list.length; i++) {
                    if (!list[i])
                        continue;
                    if (list[i].FileType == 1) {
                        html += "<a href='" + list[i].Link + "' target='_blank'><img src='http://www.z6img.cn/" + list[i].FileUrl + "' width='208'  style='border: 1px solid #e0edf6' alt='" + list[i].Content + "'/></a>";
                    }
                    else if (list[i].FileType == 2) {
                        html += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='988' height='52'><param name='movie' value='http://www.z6img.cn/" + list[i].FileUrl + "'/><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='http://www.z6img.cn/" + list[i].FileUrl + "' width='988' height='52' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed></object>";
                    }
                }
            }
            obj.innerHTML = html;
    }
}