var globalCount=1;var intervalRef;function changeTestimonial(A,C){$(".testimonialsQuote").css("display","none");$(".testimonialsQuote:eq("+A+")").css("display","block");$(".testimonialsLink").css("text-decoration","none");var B=$(".testimonialsQuote").length/2;if(A>=B){$(".testimonialsLink:eq("+(A-B)+")").css("text-decoration","underline")}else{$(".testimonialsLink:eq("+A+")").css("text-decoration","underline")}$(".testimonialsImg").css("display","none");$(".testimonialsImg:eq("+A+")").css("display","block");globalCount=A+1;if(globalCount==$(".testimonialsQuote").length){globalCount=0}if(C==0){window.clearInterval(intervalRef);intervalRef=setInterval("changeTestimonial(globalCount, 1)",7000)}}function toggleSearchOptions(){var A=document.getElementById("searchBoxDropDown");if(A.style.display=="block"){A.style.display="none"}else{A.style.display="block"}}function submitSearchOption(A){document.getElementById("specSearchSection").value=A;document.getElementById("searchBoxDropDown").style.display="none";document.getElementById("specSearchBoxWrapper").submit()}var newsCycleIterator=0;var newsCycleDelay=120000;var timeoutID;function cycleNews(){if(newsCycleIterator==0){newsCycleDelay=10000}else{if(newsCycleIterator==2){var A=new SWFObject("/common/flash/visitor/DELL_MartinPort_Masternaut_300x250.swf","tmopmovie","252","210","9");A.write("takeyourownpath");newsCycleDelay=18000}else{newsCycleDelay=5000}}$(".newsEventItems").css("display","none");$(".newsEventItems:eq("+newsCycleIterator+")").css("display","block");newsCycleIterator++;if(newsCycleIterator>=$(".newsEventItems").length){newsCycleIterator=0}if(timeoutID>0){clearTimeout(timeoutID)}timeoutID=setTimeout(cycleNews,newsCycleDelay)}$(document).ready(function(){$("#specSearchButton").css("display","block");$("#specSearchButtonGo").css("display","none");var A={newsList:"#newsTickerList",tickerRate:50,startDelay:10,placeHolder1:"_"};$().newsTicker(A);intervalRef=setInterval("changeTestimonial(globalCount, 1)",7000);$("#specSearchBox").attr("value","Find what you're looking for...");$("#specSearchBox").blur(function(){if(!$("#specSearchBox").attr("value")||$("#specSearchBox").attr("value")=="undefined"||$("#specSearchBox").attr("value")==""){$("#specSearchBox").attr("value","Find what you're looking for...")}});if($(".newsEventItems").length>0){cycleNews()}if($("#savingsWrapper").length>0){$("#savingsWrapper").cycle({fx:"fade",random:1,speed:1000,pause:1,timeout:8000}).css("display","block")}});