// JavaScript Document
/**
 * 1 = 160x600
 * 2 = 200x200
 * 3 = 300x250
 * 4 = 336x280
 * 5 = 468x60
 * 6 = 728x90
*/
// Start Variable declaration
var wot_banner_type;
var wot_image_align;
var wot_banner_width;
var wot_banner_height;
var wot_target;
var wot_banner_src;
var wot_title;
var wot_url;
var wot_banner_custom;
var default_url='http://lokpalbillconsultation.org/';
var default_title='Lokpal Bill Public Consultation';
var default_target="_blank";
var default_type=5
var default_banner_path='http://www.weboutsourcingteam.com/banners/';
// End
function displaybanner(){
		
	if(wot_banner_type=='' || wot_banner_type==null){
		wot_banner_type=default_type;
	}

	// image file name it can be any
                if(wot_banner_src=='' || wot_banner_src==null)
                    wot_banner_src='banner'+wot_banner_type+'.jpg';

	if(wot_banner_type==1){
		if(wot_banner_width=='' || wot_banner_width==null)
			wot_banner_width=160;
		if(wot_banner_height=='' || wot_banner_height==null)
			wot_banner_height=600;
	}
    else if(wot_banner_type==2){
    	if(wot_banner_width=='' || wot_banner_width==null)
			wot_banner_width=200;
		if(wot_banner_height=='' || wot_banner_height==null)
			wot_banner_height=200;
    }
	else if(wot_banner_type==3){
		if(wot_banner_width=='' || wot_banner_width==null)
			wot_banner_width=300;
		if(wot_banner_height=='' || wot_banner_height==null)
			wot_banner_height=250;
	}
	else if(wot_banner_type==4){
		if(wot_banner_width=='' || wot_banner_width==null)
			wot_banner_width=336;
		if(wot_banner_height=='' || wot_banner_height==null)
			wot_banner_height=280;
	}
	else if(wot_banner_type==5){
		if(wot_banner_width=='' || wot_banner_width==null)
			wot_banner_width=468;
		if(wot_banner_height=='' || wot_banner_height==null)
			wot_banner_height=60;	
	}
	else if(wot_banner_type==6){
		if(wot_banner_width=='' || wot_banner_width==null)
			wot_banner_width=728;
		if(wot_banner_height=='' || wot_banner_height==null)
			wot_banner_height=90;
	}
	else{
		wot_banner_width=468;
		wot_banner_height=60;
	}
	if(wot_target=='' || wot_target==null){
		wot_target=default_target;
	}
	if(wot_title=='' || wot_title==null){
		wot_title=default_title;
	}
	if(wot_url=='' || wot_url==null){
		wot_url=default_url;
	}
	     
    
    //google adsense
    
	document.write("<div align='"+wot_image_align+"'>");
    if(wot_banner_type==1){
		
        google_ad_client = "pub-3629988773889480";
/* 160x600, created 04/10/09 */
google_ad_slot = "0661666317";
google_ad_width = 160;
google_ad_height = 600;
        
            document.write("<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>");
	}
    else if(wot_banner_type==2){
    	google_ad_client = "pub-3629988773889480";
		/* 200x200, created 29/10/10 */
		google_ad_slot = "2254817103";
		google_ad_width = 200;
		google_ad_height = 200;
        
        document.write("<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>");

    }
	else if(wot_banner_type==3){
	google_ad_client = "pub-3629988773889480";
/* 300x250, created 04/10/09 */
google_ad_slot = "1214653414";
google_ad_width = 300;
google_ad_height = 250;
            
            document.write("<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>");
	}
	else if(wot_banner_type==4){
		google_ad_client = "pub-3629988773889480";
/* 336x280, created 04/10/09 */
google_ad_slot = "3893572435";
google_ad_width = 336;
google_ad_height = 280;
            document.write("<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>");
	}
	else if(wot_banner_type==5){
		google_ad_client = "pub-3629988773889480";
/* 468x60, created 04/10/09 */
google_ad_slot = "9969244255";
google_ad_width = 468;
google_ad_height = 60;
            document.write("<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>");
	}
	else if(wot_banner_type==6){
		google_ad_client = "pub-3629988773889480";
/* 728x90, created 04/10/09 */
google_ad_slot = "4142255969";
google_ad_width = 728;
google_ad_height = 90;
            document.write("<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>");
	}
	else{
		google_ad_client = "pub-3629988773889480";
/* 468x60, created 04/10/09 */
google_ad_slot = "9969244255";
google_ad_width = 468;
google_ad_height = 60;
        document.write("<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>");
	}
    
    document.write('</div>');
    
       
}
