
function include_stylesheet(){
	// This function will be used to include stylesheets
	// Values in extra stylesheets will overrule values in global stylesheet
	var stylesheet='';

	stylesheet += "<link rel=\"stylesheet\" type=\"text/css\" href=\""+"startsonicare_ie7.css\" />\n";

// Write stylesheets to screen
	if(stylesheet!="") document.write(stylesheet);
};


function include_stylesheet_ie7(){
	// This function will be used to include stylesheets
	// Values in extra stylesheets will overrule values in global stylesheet
	var stylesheet='';

	stylesheet += "<link rel=\"stylesheet\" type=\"text/css\" href=\""+"startsonicare_ie7.css\" />\n";

// Write stylesheets to screen
	if(stylesheet!="") document.write(stylesheet);
};
