 
(function(){ 
  
    var randomnumber=Math.floor(Math.random()*100000)
		
    var url1=window.location.href;
    
  
        
     if(typeof bglist_bgcolor=='string' && bglist_bgcolor != '') {
			bgcolor=bglist_bgcolor;
		}else bgcolor='FFFFFF';
          
        
    if(typeof bglist_fgcolor=='string' && bglist_fgcolor != '') {
			fgcolor=bglist_fgcolor;
		}else fgcolor='000000';   
    
    if(typeof bglist_linkcolor=='string' && bglist_linkcolor != '') {
			linkcolor=bglist_linkcolor;
		}else  linkcolor='BD5705';     
 
    if(typeof bglist_width=='string' && bglist_width != '') {
			width=bglist_width;
		}else width='480'; 
    
    if(typeof bglist_height=='string' && bglist_height != '') {
			height=bglist_height;
		}else height='320';

    if(typeof bglist_allowfullscreen=='string' && bglist_allowfullscreen != '') {
			allowfullscreen=bglist_allowfullscreen;
		}else allowfullscreen='true'; 
     
    if(typeof bglist_title_en=='string' && bglist_title_en != '') {
			title_en=bglist_title_en;
		}else title_en='false';  
     
        
 
    var url2 = 'http://bglist.com/evb/subsworld/subsworld_url.php?linkcolor='+ linkcolor + '&bgcolor='+bgcolor + '&fgcolor='+ fgcolor + '&width=' + width + '&height=' + height + '&allowfullscreen=' + allowfullscreen + '&title_en=' + title_en + '&random=' + randomnumber;
    
    document.write('<iframe src="'+url2+'" marginheight="0" marginwidth="0" width="'+width+'" height="'+height+'" scrolling="no" frameborder="0"></iframe>');	
      
  }
 
 )()
 
 
