


$(document).ready(function(){

if($('#myform2').length >0){
	$('#myform2').submit();
}



 $('a[rel*=facebox]').facebox();
		
			
		});










