﻿function postAdHtml(width,height)
{
    
    if(width == 200 && height == 200){
        document.write('<script type="text/javascript">google_ad_client = "ca-pub-5131928761519245"; google_ad_slot = "0700256457"; google_ad_width = 200; google_ad_height = 200;</script>');
        document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
    } else if(width == 120 && height == 600) {
        document.write('<script type="text/javascript">google_ad_client = "ca-pub-5131928761519245"; google_ad_slot = "8604728595"; google_ad_width = 120; google_ad_height = 600;</script>');
        document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
    } else if(width == 336 && height == 280) {
        document.write('<script type="text/javascript">google_ad_client = "ca-pub-5131928761519245"; google_ad_slot = "6496836873"; google_ad_width = 336; google_ad_height = 280;</script>');
        document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
    } else if(width == 468 && height == 60){
       document.write('<script type="text/javascript">google_ad_client = "ca-pub-5131928761519245"; google_ad_slot = "9351965841"; google_ad_width = 468; google_ad_height = 60;</script>');
        document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
    } else if(width == 468 && height == 15){
       
    } else if(width == 300 && height == 250){
        document.write('<script type="text/javascript">google_ad_client = "ca-pub-5131928761519245"; google_ad_slot = "2408073257"; google_ad_width = 300; google_ad_height = 250;</script>');
        document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
    } else if(width == 250 && height == 250){
       document.write('<script type="text/javascript">google_ad_client = "ca-pub-5131928761519245"; google_ad_slot = "2682022928"; google_ad_width = 250; google_ad_height = 250;</script>');
        document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
    } else if(width == 234 && height == 60){
       document.write('<script type="text/javascript">google_ad_client = "ca-pub-5131928761519245"; google_ad_slot = "6657016753"; google_ad_width = 234; google_ad_height = 60;</script>');
        document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
    }
}
