$(document).ready(function() {
	
	// Open rel=external in new window
	$('a[rel=external]').attr('target', '_blank'); 
	
	// Search Recipes Field
	// $("input#search-box[value='Search']").focus(function () {
    //  $(this).val("");
    //});
    //
    //$("input#search-box:empty").blur(function () {
    //  $(this).val("Search");
    //});
    
    // Backstretch
    $.backstretch("/images/bg-home.jpg");
    
    
    // at a glance
	$('.at-a-glance').randomContent({xmlPath: "/js/random/blurbs.xml", nodeName: "blurb"});
		
 });

