/*______________________________________________________________________*\
||                                                                      ||
|| __   __                        				            	        ||
|| \ \ / /__  _ __   ___ __ _ 						                    ||
||  \ V / _ \| '_ \ / __/ _` |		- Yonca New Media                   ||
||   | | (_) | | | | (_| (_| |		- www.yonca-ad.com	                ||
||   |_|\___/|_| |_|\___\__,_|                                          ||
||                                                                      ||
||______________________________________________________________________||
\* 																		*/

function formkabloyapisiControl () {
	var boxs='';
    $('input[type="checkbox"]:checked').each(function() {
        boxs = boxs + $(this).val();
	});
	if (boxs != '') {
		document.kabloyapisi.submit();
	} else {
		alert('Lutfen Secim Yapiniz');
		return false;
	}
}
