$("a[href=projects.cfm]").attr("href","projects.cfm?aId=77230A1E-C29B-57E0-822EE26AFAAE33D0");

$("#headerImages").cycle({
	fx: 'fade',
	random:1,
	timeout: 4000,
	cleartypeNoBg:true
});


$("img").each(function(){
	if($(this).css("float") == "right") $(this).addClass("right");
	if($(this).css("float") == "left") $(this).addClass("left");
}); 

// hackey jquery lightbox + chcs photo gallery manipulation
$(".album .thumb a").each(function(){
    var new_href = $(this).children("img").attr("alt");
    new_href = "/galleryimages/cache/Projects/"+ new_href +"_600.jpg";
    $(this).attr("href",new_href);
}).lightBox();


