$(document).ready(function(){
				$("a[rel='gallery']").colorbox({opacity:0.60, rel:'nofollow'});
				$(".directions").colorbox({opacity:0.60, iframe:true, innerWidth:320, innerHeight:530, href:"map.html"});
				$(".vid").colorbox({opacity:0.60, innerWidth:400, innerHeight:315, scrolling:false, href:"index.html #vid"});
				$(".song").colorbox({opacity:0.60, innerWidth:360, innerHeight:360, scrolling:false, href:"sounds/Audrey-Auld-Billabong-Song.html"});
				$(".help").colorbox({opacity:0.60, innerWidth:260, innerHeight:210, href:"index.html #help"});
				$(".ajax1").colorbox({opacity:0.60, innerWidth:750, innerHeight:260, href:"artists.html #hannam"});
				$(".ajax2").colorbox({opacity:0.60, innerWidth:750, innerHeight:260, href:"artists.html #hardy"});
				$(".ajax3").colorbox({opacity:0.60, innerWidth:750, innerHeight:260, href:"artists.html #welch"});
				$("a[rel='artist']").each(function(){
                $(this).colorbox({opacity:0.60, inline:true, rel:'nofollow', href:$(this).attr
("href")});
        }); 
				
				});

