/*
@description LSI JavaScript for LSI version 4 (mid-2007)
@version 4.0
@created ARW
@copyright Samekta Design
*/

$(document).ready( function() {

	}
);


function initRoundedBox() {
	var x = $(".box").length();
	alert(x);
}

// search engine module activation
function aktif(target)
{
	if ( target == 'google' )
		document.formcari.action = 'http://www.google.co.id/custom';
	else if ( target == 'lsi' )
		document.formcari.action = '<?php echo $HTTP_ROOT ?>';
}

