jQuery(document).ready(function(){
	jQuery(function(){
    jQuery("#slides").slides({
		preload: true,
		play: 10000,
		pause: 2500,
		hoverPause: true
	});
  });
  
 jQuery("#ltd-email").click(function(){
   window.location = "http://www.premiercompanyservices.com/company-formation/order-ltd-email/";
 });
 jQuery("#ltd-post").click(function(){
   window.location = "http://www.premiercompanyservices.com/company-formation/order-ltd-post/";
 });
 jQuery("#llp-post").click(function(){
   window.location = "http://www.premiercompanyservices.com/company-formation/order-llp-post/";
 });
  
});

