/*
Theme Name: IWOOT Blog
Theme URI: http://www.iwantoneofhthose.com
Description: IWOOT Wordpress Theme jQuery Functions
Author: Dino Constantinou
*/

$(function() {


	/* External Links */
	$("a.external").click(function() {
		var href = $(this).a
	});
	
}); // Closing jQuery Ready Function