/* ======================================================================================
 * Filename: javascript/functions.js
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 14 July 2010
 * Description: JavaScript functions for the Jubilee Nursery website.
 * Visual design: Peter Jerrim, peter@peterjerrim.com, www.peterjerrim.com
 *
 * This file may not be used for any purpose other than for the Jubilee Nursery website 
 * and may not be copied or modified without written permission from the author.
 * ======================================================================================
 */

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

