var TRCarWidget = {

	init: function () {

		var w_url='http://widget-integration.yma-bg.com/widget/widget.php?';

		if (typeof w_lang != 'undefined') { w_url += '&w_lang=' + w_lang; }

		if (typeof w_width != 'undefined') { w_url += '&w_width=' + w_width; }

		if (typeof w_height != 'undefined') { w_url += '&w_height=' + w_height; }

		if (typeof w_id != 'undefined') { w_url += '&w_id=' + w_id; }

		if (typeof url != 'undefined') { w_url += '&url=' + url; }
		
		if (typeof w_scroll != 'undefined') { w_scroll = w_scroll; }else{ w_scroll  = 'auto'; }

		//w_url += '&w_referer=' + encodeURIComponent(document.location.href);

		document.write("<iframe src='"+w_url+"' width='"+w_width+"' height='"+w_height+"' frameborder='no' scrolling='"+w_scroll+"'></iframe><a href=\"http://toprentacar.bg\" title=\"Car Hire in Bulgaria\"><img src=\"http://widget-integration.yma-bg.com/IMAGES/Car-Hire-in-Bulgaria.png\" alt=\"Car Hire in Bulgaria\" title=\"Car Hire in Bulgaria\" style=\"border:0px\" /></a>");

	}

};

TRCarWidget.init();
