<!-- Begin
//random css for header image - 5 total
//alert('test!');
var random=Math.floor(5*Math.random());
random=random+1;
style='<!-- @import url(http://healingscents.net/wp/wp-content/themes/HealingScents/includes/' + random + '.css )\; -->';
document.write('<style type=\"text/css\" media=\"screen\">');
document.write(style);
document.write('</style>');

// End -->