jQuery.noConflict();


jQuery(document).ready(function(){
	
	if (jQuery("#leftcol").height() < jQuery("#rightcol").height()) {

		jQuery(".leftcolfill").height(jQuery("#rightcol").height() - 40 ); 
 
	}
	
	
	jQuery(".lyte").css("margin-bottom","50px"); 
	jQuery(".lyte:last").css("margin-bottom","0px"); 
	
	
	jQuery('#leftcolnobg a[href^="http://"]')
  	.attr("target", "_blank");	
		




	jQuery(function(){
	jQuery('#tickthis').vTicker({ 
		speed: 1000,
		pause: 5000,
		animation: 'fade',
		mousePause: true,
		showItems: 1
		
	});
});	
});






