  $(function() {			$("ul > li").hover(function() {			  $(this).find(".luay-menu").stop(true, true).slideDown('slow','easeOutBounce','easeInOutCirc');						}, function() {			  $(this).find(".luay-menu").stop(true, true).slideUp('fast','easeOutBounce','easeInOutCirc');			});						});						 $(function() {			$("#client-area").hover(function() {			  $(this).find(".luay-menu-client").stop(true, true).fadeIn('slow','easeOutBounce','easeInOutCirc');			}, function() {			  $(this).find(".luay-menu-client").stop(true, true).slideUp('slow','easeOutBounce','easeInOutCirc');			});							});									$(function() {			$("#persons-porfolio-wrapper img").hover(function() {			$(this).animate({marginTop: "+5px", opacity: "1"			},500); },        function() {                $(this).animate({                 marginTop: "0px", opacity: "55"      }, 400 );			});			});									$(function() {			$("#portfolio-data img").hover(function() {			$(this).animate({marginTop: "+20px", opacity: "0.50"			},500); },        function() {                $(this).animate({                 marginTop: "0px", opacity: "1"      }, 400 );			});			});						$(function() {			$("#companies-porfolio-wrapper img").hover(function() {			$(this).animate({marginTop: "+7px", opacity: "1"			},300); },        function() {                $(this).animate({                 marginTop: "0px", opacity: "0.75"      }, 400 );			});			});						// some effect for portfolio			$(function() {			$("#companies-porfolio-wrapper img").fadeTo("slow", 0.75);			});					$(function() {			$("#persons-porfolio-wrapper img").fadeTo("slow", 0.55);			});								 			//// center overlaybox			$(function(){			$("#above-layer").css("height", $(document).height());			$('#overlay-box').css({top:'50%',left:'50%',margin:'-'+($('#overlay-box').height() / 2)+'px 0 0 -'+($('#overlay-box').width() / 2)+'px'});			$('#loading-bar').css({top:'50%',left:'50%',margin:'-'+($('#loading-bar').height() / 2)+'px 0 0 -'+($('#loading-bar').width() / 2)+'px'});			$(window).bind("resize", function(){					});			});						$(function() {			$('#sign-up-luay').click(function(){			$('#above-layer').fadeTo('1000', 0.40);			$('#loading-bar').fadeIn().delay(3000).fadeOut('fast');			$('#overlay-box').hide().delay(4000).slideDown('slow','easeOutBounce','easeInOutCirc');			$('#luay-slider').hide();			});			});						//// close registration box			$(function(){			$('#close-this').click(function(){			$('#overlay-box').slideUp();			$('#above-layer').fadeOut('slow');			$('#luay-slider').show();			});			});						//// registration wizard by luay salah			$(function(){			$('#get_step2').click(function(){			$('#step_one').toggle();			$('#step_one').slideUp();			$('#step_two').slideDown();			$('#get_step2').fadeOut();			});						$(function(){			$("#get_step2").CheckForm();			});						$('#get_step3').click(function(){			$('#step_two').slideUp('slow');			$('#step_three').slideDown();				$('#get_step3').fadeOut();						});						$('#get_step4').click(function(){			$('#step_three').slideUp();			$('#step_four').slideDown();				$('#get_step4').fadeOut();			});												$('#get_step1').click(function(){			$('#step_one').slideDown();			$('#step_two').slideUp();			});						$('#get_step_id_2').click(function(){			$('#step_two').slideDown();			$('#step_three').slideUp();			$('#get_step3').show();			});			$('#get_step_id_3').click(function(){			$('#step_three').slideDown();			$('#step_four').slideUp();			$('#get_step4').show();			});						});						// tooltip			$(document).ready(function(){				 luay_salah_tooltip("a","tooltip");				 				 				 			});						// tooltip by luay salah			function luay_salah_tooltip(target_items, name){			 $(target_items).each(function(i){						 if($(this).attr("title") != ""){ // checks if there is a title	 	 				$("body").append("<div class='"+name+"' id='"+name+i+"'><p>"+$(this).attr('title')+"</p></div>");					var my_tooltip = $("#"+name+i);	 					$(this).removeAttr("title").mouseover(function(){							my_tooltip.css({opacity:0.8, display:"none"}).fadeIn('slow','easeOutBounce','easeInOutCirc');					}).mousemove(function(kmouse){							my_tooltip.css({left:kmouse.pageX+15, top:kmouse.pageY+15});					}).mouseout(function(){							my_tooltip.hide(400);					});					}				});			}			$(document).ready(function(){				 luay_salah_tooltip("a","tooltip");			});																											////////// get latest twittes			var username='Tl4sCom'; // set user namevar format='json'; // set format, you really don't have an option on this onevar url='http://api.twitter.com/1/statuses/user_timeline/'+username+'.'+format+'?callback=?'; // make the url	$.getJSON(url,function(tweet){ // get the tweets		$("#twitter_update_list .top_line_twits").html(tweet[0].text); // get the first tweet in the response and place it inside the div	});		/////// colse color picker	$(function(){	$(".luay_color_chooser").click(function(){	$("#luay_color_picker").toggle('slow','easeOutBounce','easeInOutCirc');	});		$("#luay_close_color").click(function(){	$("#luay_color_picker").animate({marginTop: "+10px", opacity: "0.95"			},300);			$('#luay_color_picker').hide("explode", 500);	});		});									// domain checkerfunction CheckDomainsForm(){if(document.getElementById('domain').value==""){document.getElementById('domain').focus();return false;}var hextchecked = 0;for(i=1;i<=$extnums;i++){if(document.getElementById('domainext'+i)){if(document.getElementById('domainext'+i).checked==true){hextchecked = 1;}}}if(hextchecked==0){document.getElementById('domainext1').checked=true;}}
