if (window.innerWidth) LargFen=window.innerWidth;
	else LargFen=document.body.clientWidth ;
if (LargFen < 1106)
	{ if (document.createStyleSheet) document.createStyleSheet("http://adillus.com/decor/bassline.css")
	else
	{var bassreso=document.createElement("link");
    bassreso.setAttribute("rel", "stylesheet");
	 bassreso.setAttribute("type", "text/css");
    bassreso.setAttribute("href", "http://adillus.com/decor/bassline.css");
    document.getElementsByTagName("head")[0].appendChild(bassreso)
	}
}