$(document).ready( function (){
	jQuery.preloadCssImages();
});

function care_kit_popup()
{
	window.open("popup.html", "new","menubar=0,resizable=0,width=950,height=700");
}
