
         var s = jQuery.noConflict();

         s(function(){
             s('.slide-out-div').tabSlideOut({
                 tabHandle: '.handle',                              //class of the element that will be your tab
                 pathToTabImage: 'http://www.raredesign.co.nz/test/charliesangles/wp-content/themes/charlies_angel/images/contacttab.png', //path to the image for the tab (optionaly can be set using css)
                 imageHeight: '113px',                               //height of tab image
                 imageWidth: '43px',                               //width of tab image    
                 tabLocation: 'left',                               //side of screen where tab lives, top, right, bottom, or left
                 speed: 300,                                        //speed of animation
                 action: 'click',                                   //options: 'click' or 'hover', action to trigger animation
                 topPos: '225px',                                   //position from the top
                 fixedPosition: true                               //options: true makes it stick(fixed position) on scroll
             });
         });

		var $p = jQuery.noConflict();

		$p(document).ready(function(){
			$p('.slidercon').cycle({
				fx: 'fade',
				speed: 3000,
				timeout: 2000

			});
		}); 
		
		
		swfobject.registerObject("myFlashContent", "9.0.0");
