$j(function(){
// Overture Sponsored links
	if ($j("#paidSearch").length > 0){
	// load the zSr array into our own overtureLinks object.
	// Note that it needs to be in a seperate script block in order for the zSr array to be loaded 
	generateOvertureArray();
	generateOvertureLSArray();
	$j("#paidSearch").html(showCMWithLinkspots(overture_links, 0, 2, overtureLinkspots, 0, 4 )).addClass("mdl mdl-overture");
	}
// Lyrics page ajax modules:
	if ($j("#otherLyrics").length > 0){
		$j("#otherLyrics").load('/global/music/artist/data/normalized/otherArtistLyrics.jhtml?artistId=' + artistId);
	}
	if ($j("#artistVideosAjax").length > 0){
		$j("#artistVideosAjax").load('/global/music/artist/data/normalized/artistVideos.jhtml?artistId=' + artistId);
	}
});
