/* ===========================================================================
 * Filename: theme/javascript/functions.js
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 2 Feb 2010
 * Description: Contains functions for the Quit Tasmania website.
 *
 * This file may not be used for any purpose other than for the Quit Tasmania
 * website and may not be modified without written permission from the author.
 * =========================================================================== 
 */
 
/* Template functions */
$(document).ready(function()
{	
	$("a[rel='external']").attr("target","_blank");
});
 
