function loadIndex() {
	jQuery("#artistFrame").load("_pages/artist_rail.php");
}
function loadHomeNews () {
	jQuery(".homepageNewsContent").load("_pages/homepageNews.php");	
}
function loadHomeShows () {
	jQuery(".homepageShowsContent").load("_pages/homepageShows.php");	
}
function loadHome() {
	jQuery("#contentFrame").html("");
	jQuery("#contentFrame").css('width','611px');
	jQuery("#contentFrame").css('height','755px');
	jQuery("#contentFrame").css('margin-left','-125px');
	jQuery("#contentFrame").css('top','245px');
	jQuery("#contentTitle").css('display','none');
	
	var homeContents = '<div id="photo-feature"></div>';
		homeContents += '<script type="text/javascript">';
		homeContents += 'var so = new SWFObject("_flash/ssp_home.swf", "ssp_home", "611", "280", "9");';
		homeContents += 'so.addParam("wmode", "transparent");';
		homeContents += 'so.write("photo-feature");';
		homeContents += '</script>';
		homeContents += '<div id="homepageNews"><div id="homeContentTitle"></div><div class="homepageNewsContent"></div></div>';
			homeContents += '<div id="homeContact">';
				homeContents +='<div id="homeContentTitle">Contact Hype<br /><img src="_img/sep_fade_long.png" width="591" height="3" alt="" /></div>';
				
				homeContents += '<div class="homeContact-sub1">';
					homeContents += '<b>New York City</b><br />Carmine Gualtieri<br />(917) 364-6106<br /><a href="mailto:carmine@hypeartistmanagement.com">Email</a>';
				homeContents += '</div>';
				
				homeContents += '<div class="homeContact-sub1">';
					homeContents += '<b>Chicago</b><br />Nick Parisi<br />(773) 405-9374<br /><a href="mailto:nick@hypeartistmanagement.com">Email</a>';
				homeContents += '</div>';
				
				homeContents += '<div class="homeContact-sub4">';
					homeContents += '<img src="_img/logo_hype_small.png" alt="Hype Artist Management" width="125" height="82" />';
				homeContents += '</div>';
			homeContents += '</div>';
		homeContents += '<div id="homepageShows"><div id="homeContentTitle"></div><div class="homepageShowsContent"></div></div>';	
	
	jQuery(homeContents).appendTo("#contentFrame");	
	loadHomeNews();
	loadHomeShows();
}
function loadPhotos () {
	var photoPlayer ='<script type="text/javascript">';
		photoPlayer +='var so = new SWFObject("_flash/slideshow.swf", "slideshow", "620", "500", "9");';
		photoPlayer +='so.addParam("wmode", "transparent");';
		photoPlayer +='so.write("slideshow");';
		photoPlayer +='</script>';
	jQuery(photoPlayer).appendTo("#slideshow");
}
function loadVideos () {
	var videoPlayer ='<script type="text/javascript">';
		videoPlayer +='var so = new SWFObject("_flash/video_player.swf", "video_player", "620", "500", "9");';
		videoPlayer +='so.addParam("wmode", "transparent");';
		videoPlayer +='so.write("slideshow");';
		videoPlayer +='</script>';
	jQuery(videoPlayer).appendTo("#slideshow");
}
function loadAbout() {
	jQuery("#contentFrame").html("");
	jQuery("#contentFrame").load("_pages/about.php");
	jQuery("#contentFrame").css('height','715px');
	jQuery("#contentFrame").css('width','611px');
	jQuery("#contentFrame").css('margin-left','-125px');
	jQuery("#contentFrame").css('top','280px');
	jQuery("#contentTitle").css('display','block');
	jQuery("#contentTitle").html('About Hype Artist Management' + '<br />' + '<img src=\"_img/sep_fade.png\" width=\"230\" height=\"3\" alt=\"\" />');
}
function loadEvents() {
	jQuery("#contentFrame").html("");
	jQuery("#contentFrame").load("_pages/events.php");
	jQuery("#contentFrame").css('height','715px');
	jQuery("#contentFrame").css('width','611px');
	jQuery("#contentFrame").css('margin-left','-125px');
	jQuery("#contentFrame").css('top','280px');
	jQuery("#contentFrame").css('overflow-y','auto !important');
	jQuery("#contentTitle").css('display','block');
	jQuery("#contentTitle").html('Events' + '<br />' + '<img src=\"_img/sep_fade.png\" width=\"230\" height=\"3\" alt=\"\" />');
}
function loadNews() {
	jQuery("#contentFrame").html("");
	jQuery("#contentFrame").load("_pages/news.php");
	jQuery("#contentFrame").css('height','715px');
	jQuery("#contentFrame").css('width','611px');
	jQuery("#contentFrame").css('margin-left','-125px');
	jQuery("#contentFrame").css('top','280px');
	jQuery("#contentFrame").css('overflow-y','auto !important');
	jQuery("#contentTitle").css('display','block');
	jQuery("#contentTitle").html('News' + '<br />' + '<img src=\"_img/sep_fade.png\" width=\"230\" height=\"3\" alt=\"\" />');
}
function loadBlog() {
	jQuery("#contentFrame").html("");
	jQuery("#contentFrame").load("_pages/blog.php");
	jQuery("#contentFrame").css('height','715px');
	jQuery("#contentFrame").css('width','611px');
	jQuery("#contentFrame").css('margin-left','-125px');
	jQuery("#contentFrame").css('top','280px');
	jQuery("#contentFrame").css('overflow-y','auto !important');
	jQuery("#contentTitle").css('display','block');
	jQuery("#contentTitle").html('Blog' + '<br />' + '<img src=\"_img/sep_fade.png\" width=\"230\" height=\"3\" alt=\"\" />');
}
function loadGallery() {
	jQuery("#contentFrame").html("");
	jQuery("#contentFrame").load("_pages/gallery.php");
	jQuery("#contentFrame").css('height','715px');
	jQuery("#contentFrame").css('width','611px');
	jQuery("#contentFrame").css('margin-left','-125px');
	jQuery("#contentFrame").css('top','280px');
	jQuery("#contentTitle").css('display','block');
	jQuery("#contentTitle").html('Gallery' + '<br />' + '<img src=\"_img/sep_fade.png\" width=\"230\" height=\"3\" alt=\"\" />');
}
function loadDownloads() {
	jQuery("#contentFrame").html("");
	jQuery("#contentFrame").load("_pages/downloads.php");
	jQuery("#contentFrame").css('height','715px');
	jQuery("#contentFrame").css('width','625px');
	jQuery("#contentFrame").css('margin-left','-125px');
	jQuery("#contentFrame").css('top','280px');
	jQuery("#contentFrame").css('overflow-y','auto !important');
	jQuery("#contentTitle").css('display','block');
	jQuery("#contentTitle").html('Downloads' + '<br />' + '<img src=\"_img/sep_fade.png\" width=\"230\" height=\"3\" alt=\"\" />');
}
function loadShop() {
	jQuery("#contentFrame").html("");
	jQuery("#contentFrame").load("_pages/shop.php");
	jQuery("#contentFrame").css('height','715px');
	jQuery("#contentFrame").css('width','611px');
	jQuery("#contentFrame").css('margin-left','-125px');
	jQuery("#contentFrame").css('top','280px');
	jQuery("#contentFrame").css('overflow-y','auto !important');
	jQuery("#contentTitle").css('display','block');
	jQuery("#contentTitle").html('Shop' + '<br />' + '<img src=\"_img/sep_fade.png\" width=\"230\" height=\"3\" alt=\"\" />');
}
function loadContact() {
	jQuery("#contentFrame").html("");
	jQuery("#contentFrame").load("_pages/contact.php");
	jQuery("#contentFrame").css('height','715px');
	jQuery("#contentFrame").css('width','611px');
	jQuery("#contentFrame").css('margin-left','-125px');
	jQuery("#contentFrame").css('top','280px');
	jQuery("#contentTitle").css('display','block');
	jQuery("#contentTitle").html('Contact Hype' + '<br />' + '<img src=\"_img/sep_fade.png\" width=\"230\" height=\"3\" alt=\"\" />');
}