var file_name = document.location.href;

if(file_name.match("pixelsmashers.com/forum"))
{
	if(navigator.userAgent.match(/iPhone/i))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/forum/styles/AeroBlue/theme/forum/stylesheet_apple.css' type='text/css' />");				     
	} else if(navigator.userAgent.match(/iPod/i))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/forum/styles/AeroBlue/theme/forum/stylesheet_apple.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/PLAYSTATION 3/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/forum/styles/AeroBlue/theme/forum/stylesheet_ps3.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/AppleWebKit/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/forum/styles/AeroBlue/theme/forum/stylesheet_safome.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/MSIE 7.0/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/forum/styles/AeroBlue/theme/forum/stylesheet_ie7.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/MSIE 8.0/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/forum/styles/AeroBlue/theme/forum/stylesheet_ie8.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/MSIE 9.0/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/forum/styles/AeroBlue/theme/forum/stylesheet_ie9.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/Firefox\/4.0/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/forum/styles/AeroBlue/theme/forum/stylesheet_FF4.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/Opera\/9/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/forum/styles/AeroBlue/theme/forum/stylesheet_Opera.css' type='text/css' />");	
	} else
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/forum/styles/AeroBlue/theme/forum/stylesheet_default.css' type='text/css' />");	
	}

}else{

	if(navigator.userAgent.match(/iPhone/i))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/wordpress/wp-content/themes/arras-theme/css/styles/stylesheet_apple.css' type='text/css' />");				     
	} else if(navigator.userAgent.match(/iPod/i))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/wordpress/wp-content/themes/arras-theme/css/styles/stylesheet_apple.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/PLAYSTATION 3/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/wordpress/wp-content/themes/arras-theme/css/styles/stylesheet_ps3.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/AppleWebKit/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/wordpress/wp-content/themes/arras-theme/css/styles/stylesheet_safome.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/MSIE 7.0/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/wordpress/wp-content/themes/arras-theme/css/styles/stylesheet_ie7.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/MSIE 8.0/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/wordpress/wp-content/themes/arras-theme/css/styles/stylesheet_ie8.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/MSIE 9.0/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/wordpress/wp-content/themes/arras-theme/css/styles/stylesheet_ie9.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/Firefox\/4.0/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/wordpress/wp-content/themes/arras-theme/css/styles/stylesheet_FF4.css' type='text/css' />");	
	} else if(navigator.userAgent.match(/Opera\/9/))
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/wordpress/wp-content/themes/arras-theme/css/styles/stylesheet_Opera.css' type='text/css' />");	
	} else
	{
		document.write("<link rel='stylesheet' href='http://www.pixelsmashers.com/wordpress/wp-content/themes/arras-theme/css/styles/stylesheet_default.css' type='text/css' />");	
	}

}
