$(document).ready(function(){
						   $('.linktab').hover(function(){
$(this).stop().animate({"right": "-115"});

});
$('.linktab').mouseout(function(){
$(this).stop().animate({"right": "-35"});

});

// Form Focus Labels
$('input#name').form_prompt('Full Name...');
$('input#ukyhjh-ukyhjh').form_prompt('Email Address...');

$('input#newskeywords').form_prompt('Keywords...');

$('.menudrop1 li:last-child').addClass('last');

});


