$(document).ready(function() { 
			
	/* Super Fish Navigation */
	jQuery('ul.sf-menu').superfish();
	
	jQuery('#slider').easySlider({
		auto: true,
		continuous: true,
		numeric: true
	});
	
	if(jQuery('#registration-teaser').length > 0){
		jQuery('#registration-teaser').append(jQuery('.post-navigation-bar'));
	}
	
	if($voucher = jQuery('#voucher-belanja')){
		$voucher.find('#restaurant-referral .wpcf7-list-item:eq(0)').prepend('<div><img src="/new/wp-content/uploads/2012/02/rm-milka.png" /></div>');
		$voucher.find('#restaurant-referral .wpcf7-list-item:eq(1)').prepend('<div><img src="/new/wp-content/uploads/2012/02/tenda-biru.png" /></div>');
		$voucher.find('#restaurant-referral .wpcf7-list-item:eq(2)').prepend('<div><img src="/new/wp-content/uploads/2012/02/papin-shop.png" /></div>');
		
		$posterLocationField = $voucher.find('#poster-location');
		//$voucher.find('#poster-location').remove();
		
		$otherLocationField = $voucher.find('#other-location');
		//$voucher.find('#other-location').remove();
		
		$voucher.find('#referral-source .wpcf7-list-item:eq(0)').append(' di: ');
		$voucher.find('#referral-source .wpcf7-list-item:eq(0)').append($posterLocationField);
		
		$voucher.find('#referral-source .wpcf7-list-item:eq(3)').append(', sebutkan:');
		$voucher.find('#referral-source .wpcf7-list-item:eq(3)').append($otherLocationField);
	}
});


