/* ===========================================================================
 * Filename: theme/javascript/functions.js
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 25 Feb 2011
 * Description: Contains JavaScript functions for the Save Your Leatherwood Honey website.
 * 
 * This file may not be used for any purpose other than for the Save Your Leatherwood 
 * Honey website and may not be modified without written permission from the author.
 * =========================================================================== 
 */

$(document).ready(function()
{	
	$("a[rel='external']").attr("target","_blank");
});


