jQuery.noConflict() 
	jQuery(document).ready(function(){
		jQuery('#flash').show();
 		jQuery('#flash').flash({swf:'http://tranquilhills.com.au/images/flash.swf',height:268,width:268});
		jQuery('#flashcart').show();
 		jQuery('#flashcart').flash({swf:'https://tranquilhills.com.au/images/flash.swf',height:268,width:268});
		jQuery('#precious').show();
 		jQuery('#precious').flash({swf:'http://tranquilhills.com.au/images/precious.swf',height:180,width:268});
		jQuery('#products').show();
 		jQuery('#products').flash({swf:'http://tranquilhills.com.au/images/products.swf',height:268,width:268});
	});



