


jQuery(document).ready(function(){
	
	jQuery(function(){
	
		jQuery("#cyc-rego p.evoTV-Feature-Shows span.short-speil").text('Our feature shows get to the heart of the biggest issues in business in a completely new format. The biggest names, the contentious topics, entertaining and exclusively on evoTV. Select your shows below for the latest episodes straight to your inbox.');
		jQuery("").css("display", "inline");
	});
	
	jQuery(function(){
	
		jQuery("#cyc-rego p.evoTV-Daily-Programming span.short-speil").text('Our package of regular programming titles brings you the latest insights from the world of business and finance in short format, daily content. Check the box below for all the insights in your inbox daily.');
		jQuery("").css("display", "inline");
	});
	
	jQuery(function(){
	
		jQuery("#cyc-rego p.evoTV-Daily-Programming").append('<img src="http://202.4.227.147/wp-content/themes/evotv/images/showslist.jpg" width="395" height="60" alt="Shows List" class="registration-image" />');
		jQuery("#cyc-rego p.evoTV-Daily-Programming img").css("width", "395px");
	
	});
	jQuery(function(){
	
		jQuery("#cyc-profile td.Register-me-for-all-these-programs").append('<img src="http://202.4.227.147/wp-content/themes/evotv/images/showslist.jpg" width="395" height="60" alt="Shows List" class="profile-image" />');
		jQuery("#cyc-profile td.Register-me-for-all-these-programs img").css("width", "395px");
	
	});
		jQuery(function(){
	
		jQuery("#cyc-profile td.The-Bottom-Line span.short-speil").text('Our feature series get to the heart of the biggest issues in business in a completely new format. The biggest names, the most contentious topics, entertaining and exclusively on evoTV. Select your shows below.');
		jQuery("").css("display", "inline");
	});
	
	jQuery(function(){
	
		jQuery("#cyc-profile td.Register-me-for-all-these-programs span.short-speil").text('Our package of regular programming titles brings you the latest insights from the world of business and finance in short format, daily content. Check the box below for all the insights in your inbox daily.');
		jQuery("").css("display", "inline");
	});
	



/* simple tip stuff */
	$("#cyc-profile label.No-More-Practice, .features label.No-More-Practice").simpletip({
		content: 'No More Practice is a show for planners on how to sell your business.',
		fixed: true,
		position: 'bottom'
	});
	$("#cyc-profile label.The-Bottom-Line, .features label.The-Bottom-Line").simpletip({
		content: 'Get in side the top leaders minds on evoTV\'s The Bottom Line.',
		fixed: true,
		position: 'bottom'
	});
	$("#cyc-profile label.Networth-News, .features label.Networth-News").simpletip({
		content: 'All the latest headline news in business and finance in under four minutes.',
		fixed: true,
		position: 'bottom'
	});
	$("#cyc-profile img.profile-image, #cyc-rego img.registration-image").simpletip({
		content: 'Get the most out of your day with all these powerful shows.',
		fixed: true,
		position: 'bottom'
	});


	$("#nav li ul").css({
			display: "none",
			left: "auto"
		});
		$("#nav li").hover(function(){
			$(this)
				.find('ul')
				.stop(true,true)
				.fadeIn(400);
		}, function(){
			$(this)
				.find('ul')
				.stop(true,true)
				.fadeOut('fast');
		});

	
});

