/*g_468x60_c='<br><!-- Begin Affiliate Code -->';
g_468x60_c+='<IFRAME SRC="http://www.employment911.com/affiliatewiz/affiliatewiz.asp?AffiliateID=4110&GroupID=3&Task=Get" WIDTH=468 HEIGHT=60 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=NO>';
g_468x60_c+='<SCRIPT LANGUAGE="JAVASCRIPT1.1"';
g_468x60_c+=' SRC="http://www.employment911.com/affiliatewiz/affiliatewiz.asp?AffiliateID=4110&GroupID=3&Task=Get&Browser=N">';
g_468x60_c+='</SCRIPT>';
g_468x60_c+='<NOSCRIPT>';
g_468x60_c+='<A HREF="http://www.employment911.com/asp/promo.asp?B=15&A=4110" onclick="Javascript:log_it()">';
g_468x60_c+='<IMG SRC="http://www.employment911.com/affiliatewiz/affiliatewiz.asp?BannerID=15&AffiliateID=4110&Task=Get" BORDER=0 WIDTH=468 HEIGHT=60 ALT="Visit Our Sponsor!"></A>';
g_468x60_c+='</NOSCRIPT>';
g_468x60_c+='</IFRAME>';
g_468x60_c+='<!-- End Affiliate Code --><br>';*/
//------------------------------------------------
google_ad_client = 'pub-6653876797536949';
google_alternate_ad_url='http://www.winentrance.co.in/flash/banner468x60.swf';
google_ad_type = 'image';
google_ad_width =468;
google_ad_height = 60;
google_ad_format = '468x60_as';
google_color_border = 'FFFFFF';
google_color_bg = 'FFFFFF';
google_color_link = 'FF0000';
google_color_url = '008000';
google_color_text = '000000';
//------------------------------------------------
pg_ad_url="http://www.globalcomputerbusiness.com/online-games/";
pg_ad_title="GlobalComputerBusiness.com -Online Games";
pg_ad_src="http://img.winentrance.in/images/ads/468x60/Games-1-468x49.jpg";
pg_ad_format="468x60";


g_468x60_c="<br><a id='ad_g_b' href='"+pg_ad_url+"' title='"+pg_ad_title+"' target=_top onclick='Javascript:log_it()'>";
g_468x60_c+="<img id='ad_g_b_i' src='"+pg_ad_src+"' border=0 alt='"+pg_ad_title+"'></a><br>";

g_468x60_c+="<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>\n";


document.write(g_468x60_c);
function log_it()
{
	var bug = new Image(); 
	bug.src = 'http://www.winentrance.com/ad_campaign/track.asp' +
                '?mtpt=' + escape(document.title) +
                '&mtr=' + escape(pg_ad_url) +
                '&mtt=2&mts='+ window.screen.width + 
                'x' + window.screen.height + 
                '&pg_ad_src=' + escape(document.getElementById("ad_g_b_i").src) +
                '&pg_ad_title=' + escape(document.getElementById("ad_g_b").title) +
                '&pg_ad_format=' + escape(pg_ad_format) +
                '&mtz=' + Math.random();
}
//-------
var ad_src = new Array(6);
var i=0;j=0;
var timeCount = 1;
			
for (i=0; i <6; i++)
	ad_src[i]=new Array(3);
				
	ad_src[0][0]="http://img.winentrance.in/images/ads/468x60/Games-1-468x49.jpg";
	ad_src[0][1]="http://www.globalcomputerbusiness.com/online-games/";
	ad_src[0][2]="GlobalComputerBusiness.com - Online Games";
				
	ad_src[1][0]="http://img.winentrance.in/images/ads/468x60/Free-Software-1-468x49.jpg";
	ad_src[1][1]="http://www.globalcomputerbusiness.com/Products/";
	ad_src[1][2]="GlobalComputerBusiness.com - Products";
				
	ad_src[2][0]="http://img.winentrance.in/images/ads/468x60/GK-1-468x60.jpg";
	ad_src[2][1]="http://www.winentrance.com/gk.htm";
	ad_src[2][2]="General Knowledge";
	
	ad_src[3][0]="http://img.winentrance.in/images/ads/468x60/Foreign-1-468x49.jpg";
	ad_src[3][1]="http://www.winentrance.com/foreign_embassies/";
	ad_src[3][2]="Foreign Embassies in India";
				
	ad_src[4][0]="http://img.winentrance.in/images/ads/468x60/SS-1-468x60.jpg";
	ad_src[4][1]="http://www.schoolsoftwares.com";
	ad_src[4][2]="School Softwares Products";
	
	ad_src[5][0]="http://img.winentrance.in/images/ads/468x60/Career-1-468x60.jpg";
	ad_src[5][1]="http://www.winentrance.com/career_courses/career_courses.html";
	ad_src[5][2]="Career Course Details";
	
	//----- First Lock Start Here ---
	document.getElementById("ad_g_b").href =ad_src[0][1];
	document.getElementById("ad_g_b").title=ad_src[0][2];
	
	document.getElementById("ad_g_b_i").src=ad_src[0][0];
	document.getElementById("ad_g_b_i").alt=ad_src[0][2];
	//----- First Lock Ends Here ---
	j=0;
	timerID = setInterval("Rotate_Ad_Banner()",750);
	
function Rotate_Ad_Banner()
{
  	timeCount++;
  	if(timeCount==25)
  		timeCount=1;
  	//if the time is up
  	if ((timeCount%10)==0)
  	{
  		if(j==5)
  			j=0;
  		else
  			j++;
  		
  		document.getElementById("ad_g_b").href =ad_src[j][1];
		document.getElementById("ad_g_b").title=ad_src[j][2];
		
  		document.getElementById("ad_g_b_i").src=ad_src[j][0];
		document.getElementById("ad_g_b_i").alt=ad_src[j][2];
  	}
}