$(document).ready(function(){ $('#menu .nav').mouseover(function() { t = $(this).find("img"); t.attr('src',t.attr('src').replace('.png','-over.png')); t = $(this).find(".submenu"); t.show(); }).mouseout(function() { t = $(this).find("img"); t.attr('src',t.attr('src').replace('-over.png','.png')); t = $(this).find(".submenu"); t.hide(); }); $('#menu .submenu li').mouseover(function() { t = $(this).find("ul"); t.show(); }).mouseout(function() { t = $(this).find("ul"); t.hide(); }); $('img.hover').mouseover(function() { t = $(this); t.attr('src',t.attr('src').replace('.png','_over.png')); }).mouseout(function() { t = $(this); t.attr('src',t.attr('src').replace('_over.png','.png')); }); $('#banner').cycle(); $('.english-link').attr("href", "http://www.rapidtech.org") $('.spanish-link').attr("href", "http://translate.google.com/translate?sl=en&tl=es&u=http://www.rapidtech.org") $('.japanese-link').attr("href", "http://translate.google.com/translate?sl=en&tl=ja&u=http://www.rapidtech.org") $('.chinese-link').attr("href", "http://translate.google.com/translate?sl=en&tl=zh&u=http://www.rapidtech.org") slide_dir = "http://demo.promotinggroup.com/concierge-medicine/wp-content/themes/Concierge Medicine/images/slides/"; $.preloadImages(slide_dir+"abc.jpg", slide_dir+"brentwood-news.jpg", slide_dir+"fox-11.jpg", slide_dir+"fox-11-2.jpg", slide_dir+"genlux.jpg", slide_dir+"jewish-journal.jpg", slide_dir+"mens-journal.jpg", slide_dir+"mens-journal-2.jpg", slide_dir+"mens-journal-3.jpg", slide_dir+"newsweek.jpg", slide_dir+"newsweek-2.jpg", slide_dir+"pr-newswire.jpg", slide_dir+"ucla-anderson.jpg"); }); jQuery.preloadImages = function() { for(var i = 0; i").attr("src", arguments[i]); } }