var kimptonSpecials = "";
$(document).ready(function(){
	var params = {
		page : 'home',
		property_number : '6',
		media_id : 'home-media',
		specials_path : '/specials.html',			
		term_char_offset : '11'
	};
	kimptonSpecials = $.fn.kimptonSpecials(params);
});