$.noConflict();  
jQuery(document).ready(function()
{ 
	jQuery('table#zebra tr:even').css('background','#F0F0F0'); 
	
	//slider topo
	jQuery('.slider').after('<div id="navslider">').cycle({ 
    fx:     'fade',
    speed:  'slow', 
    timeout: 8000, 
    pager:  '#navslider' 
	});	
	
	//slider noticias
	jQuery('.ntransition').after('<div id="navnews">').cycle({ 
    fx:     'fade',
    speed:  'slow', 
    timeout: 6000, 
    pager:  '#navnews' 
	});	
});

function ActiveX(CLSID, VERSION, WIDTH, HEIGHT, SRC, WMODE)
{
	document.write('<object classid="'+ CLSID +'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+ VERSION +'" width="'+ WIDTH +'" height="'+ HEIGHT +'">')
	document.write('<param name="movie" value="'+ SRC +'">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="menu" value="false">');
	document.write('<param name="wmode" value="'+ WMODE +'">');

	document.write('<embed src="'+ SRC +'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+ WIDTH +'" height="'+ HEIGHT +'" menu="false", wmode="'+ WMODE +'"></embed>');
	document.write('</object>');
}
