jQuery(document).ready(function() {
	$.ifixpng('http://1-internetmarketing.net/wp-content/themes/ClassicMag/ClassicMagRed/images/pixel.gif');
	$('#blog-title').ifixpng();
	$("#page-menu .lavaLampNoImage").lavaLamp({
		fx: "backout", 
		speed: 700,
		click: function(event, menuItem) {
			return true;
		}
	});
	$('#rss-text').val('Fill in your e-mail and hit Enter 4 RSS').focus(function(){ $(this).val(''); }).blur(function(){ if($(this).val() == '') $(this).val('Fill in your e-mail and hit Enter 4 RSS'); });
	$('#tab-slide > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#sidebar .widget ul li').hover(
		function(){$(this).addClass('hover');},
		function(){$(this).removeClass('hover');}
	);
	$('#s').val('Enter keywords here...').focus(function(){ $(this).val(''); }).blur(function(){ if($(this).val() == '') $(this).val('Enter keywords here...'); });
});
