jQuery(document).ready(function(){

	tfuse_form(); //controls the contact form locatet in frameork/functons/sendmail.js

});



function getNews(id)

{

	$.ajax({

		url: "/wp-content/themes/artgallery_3.0/getNewsContent.php?id="+id,

		success: function(data)

		{

			$(".newsContent").html(data);

			

			$(".arrow").html("");

			$("#arrow-"+id).html("<img src='/wp-content/themes/artgallery_3.0/images/arrowmenu.png' />");

			/*

			var image = $(".activenews.arrow").html();

			alert (image);

			*/

		}

	});

}

function jobs()
{
	top.location = 'http://www.genesis-advertising.co.uk/#latest_news';
	getNews(620);
}

jQuery(function() {
	jQuery("#mycarousel").jcarousel({
		vertical: true,
        scroll: 7,
		visible:7,
		start: 0		
	});
});
