	function loadFeeds(){
		$("#inner").load("all.html");
		$("#bread").html("<h2>All</h2>");
		$("#anounce").fadeIn("normal");
	}
	
	function screencast(){
		$("#inner").load("screencast.html");
		$("#bread").html("<h2>Screencasts</h2>");
	}
	
	function relDigg(){
		$("#rdigg").html('<img src="img/loading.gif" width="16" height="16" alt="Loading">');
		$("#rdigg").load("digg.php");
	}
	
	//Gaming
	
	function ldX360(){
		$("#inner").load("gaming/xbox360.html");
		$("#bread").html("<h2>Gaming / Xbox360</h2>");
	}
	
	function ldPS3(){
		$("#inner").load("gaming/ps3.html");
		$("#bread").html("<h2>Gaming / PlayStation 3</h2>");
	}
	
	function ldNintendo(){
		$("#inner").load("gaming/nintendo.html");
		$("#bread").html("<h2>Gaming / Nintendo</h2>");
	}
	
	function ldPC(){
		$("#inner").load("gaming/pc.html");
		$("#bread").html("<h2>Gaming / PC</h2>");
	}
	
	function ldGamingAll(){
		$("#inner").load("gaming/all.html");
		$("#bread").html("<h2>Gaming / All</h2>");
	}
	
	//End Gaming
	
	//News
	
	function ldPol(){
		$("#inner").load("news/political.html");
		$("#bread").html("<h2>News / Politics</h2>");
	}
	
	function ldUS(){
		$("#inner").load("news/usnews.html");
		$("#bread").html("<h2>News / US</h2>");
	}
	
	function ldWorld(){
		$("#inner").load("news/worldnews.html");
		$("#bread").html("<h2>News / World</h2>");
	}
	
	function ldNewsAll(){
		$("#inner").load("news/all.html");
		$("#bread").html("<h2>News / All</h2>");
	}
	
	//End News
	
	//Technology
	
	function ldTechAll(){
		$("#inner").load("tech/all.html");
		$("#bread").html("<h2>Tech / All</h2>");
	}
	
	function ldApple(){
		$("#inner").load("tech/apple.html");
		$("#bread").html("<h2>Tech / Apple</h2>");
	}
	
	function ldHardware(){
		$("#inner").load("tech/hardware.html");
		$("#bread").html("<h2>Tech / Hardware</h2>");
	}
	
	function lodGadgets(){
		$("#inner").load("tech/gadgets.html");
		$("#bread").html("<h2>Tech / Gadgets</h2>");
	}
	
	function ldMS(){
		$("#inner").load("tech/microsoft.html");
		$("#bread").html("<h2>Tech / Microsoft</h2>");
	}
	
	function ldWeb(){
		$("#inner").load("tech/web.html");
		$("#bread").html("<h2>Tech / Web Design</h2>");
	}
	
	//End Technology
	
	//Load All [home page]
	
	function ldAll(){
		$("#inner").load("all.html");
		$("#bread").html("<h2>All</h2>");
	}
	
	//End Load All [home page]
	
	//Entertainment
	
	function ldEntAll(){
		$("#inner").load("entertainment/all.html");
		$("#bread").html("<h2>Entertainment / All</h2>");
	}
	
	function ldCeleb(){
		$("#inner").load("entertainment/celeb.html");
		$("#bread").html("<h2>Entertainment / Celebrity</h2>");
	}
	
	function ldMovies(){
		$("#inner").load("entertainment/movies.html");
		$("#bread").html("<h2>Entertainment / Movies</h2>");
	}
	
	function ldMusic(){
		$("#inner").load("entertainment/music.html");
		$("#bread").html("<h2>Entertainment / Music</h2>");
	}
	
	function ldTV(){
		$("#inner").load("entertainment/tv.html");
		$("#bread").html("<h2>Entertainment / TV</h2>");
	}
	
	//End Entertainment
	
	function showTopics(){
		$("#maintopics").slideToggle("fast")
		$("#subtopics:visible").fadeOut("fast");
		$("#gaming:visible").slideToggle("fast");
		$("#tech:visible").slideToggle("fast");
		$("#content").animate({marginTop: "0px"}, "slow");	
	}
	
	function shSet(){
		$("#dark").fadeIn("fast");
		$("#settings").fadeIn("fast");
		$("body").css({overflow: "hidden"});
	}
	function clSet(){
		$("#dark").fadeOut("fast");	
		$("#settings").fadeOut("fast");
		$("body").css({overflow: "auto"});
	}
	
	//Text Sizes
	$x = 11; 
	function incTxt(){
		if ($x <= 13){
			$x++;
			$("#inner").animate({fontSize: $x+"px"}, "fast");
			$("#slidtxt").text($x+"px");
		}
		
	}
	
	function decTxt(){
		if ($x >= 9){
			$x--;
			$("#inner").animate({fontSize: $x+"px"}, "fast");
			$("#slidtxt").text($x+"px");
		}
	}
	
	//Text Sizes
	
	function setdded(){
		$("#settings").fadeOut("fast");	
		$("#dark").fadeOut("fast");
		$("#added").fadeIn("fast");
		$("#added").fadeOut(10000);
	}
	
	function shGaming(){
		$("#subtopics:hidden").slideToggle("fast");
		$("#tech:visible").toggle("fast");
		$("#news:visible").toggle("fast");
		$("#entertainment:visible").toggle("fast");
		$("#gaming:hidden").toggle("normal");
		//$("#content").animate({marginTop: "33px"}, "slow");
	}
	function shTech(){
		$("#subtopics:hidden").slideToggle("fast");
		$("#gaming:visible").toggle("fast");
		$("#news:visible").toggle("fast");
		$("#entertainment:visible").toggle("fast");
		$("#tech:hidden").toggle("fast");
		//$("#content").animate({marginTop: "33px"}, "slow");
	}
	function shNews(){
		$("#subtopics:hidden").slideToggle("fast");
		$("#gaming:visible").toggle("fast");
		$("#tech:visible").toggle("fast");
		$("#entertainment:visible").toggle("fast");
		$("#news:hidden").toggle("fast");
		//$("#content").animate({marginTop: "33px"}, "slow");
	}
	
	function shEnt(){
		$("#subtopics:hidden").slideToggle("fast");
		$("#gaming:visible").toggle("fast");
		$("#tech:visible").toggle("fast");
		$("#news:visible").toggle("fast");
		$("#entertainment:hidden").toggle("fast");
		//$("#content").animate({marginTop: "33px"}, "slow");
	}
	
	function about(){
		$("#inner").load("about.html");
		$("#bread").html("<h2>About vine</h2>");
	}
	
	function diggIt($uri,$title){
		$("#innerdigg").html('<div style="max-width:441px; margin: auto; margin-top: 36px"><b class="diggtitle"><b class="diggtitle1"><b></b></b><b class="diggtitle2"><b></b></b><b class="diggtitle3"></b><b class="diggtitle4"></b><b class="diggtitle5"></b></b><div class="diggtitlefg"> '+$title+'</div><b class="diggtitle"><b class="diggtitle5"></b><b class="diggtitle4"></b><b class="diggtitle3"></b><b class="diggtitle2"><b></b></b><b class="diggtitle1"><b></b></b></b></div></p><div style="margin-right: 10px; margin-top: 15px;float: right"><p><a target="_blank" href="http://digg.com/submit?url='+$uri+'&title='+$title+'"><img src="img/diggstory.jpg" alt="Digg!" /></a></p></div>');
		$("#diggout").fadeIn("fast");
		$("#digg").fadeIn("fast");
	}
	function canDigg(){
		$("#diggout").fadeOut("fast");
		$("#digg").fadeOut("normal")
	}
	
	function opTools(){
		$("#inner").load("tools.html");
		$("#bread").html("<h2>vine tools</h2>");
	}
	
	//More Settings Options
	
	$col = 1;
	
	function fixedHed(){
		$ch = document.getElementById("fixhed").checked;
		if($ch == ""){
			$("#top").css({position: "absolute"})
		} else {
			$("#top").css({position: "fixed"});
			$("#content:visible").animate({paddingTop: "80px"}, "slow");
		}
	}
	
	function colHed(){
		$("#header").slideUp("slow");
		$("#headarrow").html("<a href='javascript:void(0)' onclick='showHed()'><img border='0' src='img/header_up.jpg' width='19' height='19' alt='Header Down'>")
	}
	
	function showHed(){
			$("#header").slideDown("slow");
			$("#headarrow").html("<a href='javascript:void(0)' onclick='colHed()'><img border='0' src='img/header_down.jpg' width='19' height='19' alt='Header Down'>")
	}
	
	//vine theatre
	function startPlayer($url) {
		$("#ytthreatre").fadeIn();
		$("#ytthreatre").load("youtube/player.php?vid="+$url);
	}
	
	function closePlayer(){
		$("#ytthreatre").fadeOut();
	}
