// Parse base href
var thebase   = document.getElementsByTagName("base");
var basehref  = thebase[0].href;

$(document).ready(function(){
	$('#banners_new').flash({
		src: basehref + '/flash/banners/ban_i.swf',
		width: 150,
		height: 150
	});
});
