$(document).ready(function(){ 
	if((screen.width == 240) && (screen.height == 260)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/240x260.jpg" />');
	} else if((screen.width == 240) && (screen.height == 320)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/240x320.jpg" />');
	} else if((screen.width == 240) && (screen.height == 320)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/240x320.jpg" />');
	} else if((screen.width == 320) && (screen.height == 240)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/320x240.jpg" />');
	} else if((screen.width == 320) && (screen.height == 320)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/320x320.jpg" />');
	} else if((screen.width == 480) && (screen.height == 360)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/480x360.jpg" />');
	} else if((screen.width == 480) && (screen.height == 320)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/480x320.jpg" />');
	} else if((screen.width == 360) && (screen.height == 480)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/360x480.jpg" />');
	} else if((screen.width == 800) && (screen.height == 480)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/800x480.jpg" />');
	} else if((screen.width == 800) && (screen.height == 400)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/800x400.jpg" />');
	} else if((screen.width == 800) && (screen.height == 352)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/800x352.jpg" />');
	} else if((screen.width == 640) && (screen.height == 480)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/640x480.jpg" />');
	} else if((screen.width == 640) && (screen.height == 360)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$('body').prepend('<img src="mobile-screens/640x360.jpg" />');
	} else if((screen.width == 640) && (screen.height == 200)) {
		$("#default").remove();
		$('#css').attr('href','js.css')
		$("#default").remove();
		$('body').prepend('<img src="mobile-screens/640x200.jpg" />');
	} else {
		$('#css').attr('href','html.css')

		$(function($) {
			Cufon.replace('h2', {fontFamily: 'Chalet-NewYorkNineteenSixty'});
			Cufon.replace('h1', {fontFamily: 'Arial Black'});
		});
			
		$(document).ready(function(){ 
				$(document).pngFix();
		}); 

		$('body').html('<style type="text/css">h2{font-size: 400px; color: white;letter-spacing: -20px;} h1{margin: 318px 365px; color: white; text-transform: uppercase;	font-size: 48px;	letter-spacing: -3px;	width:370px;}</style><div id="container"><div id="circle"><h1 id="melanie">Melanie</h1><h1 class="Rutledge">Rutledge PC</h1><h2>cpa</h2><div id="phone-fax"><p><span>Phone:</span><strong>512.419.9644</strong><br /><span>Fax:</span><strong>512.419.9648</strong></p></div><div id="address"><p>5118 Burnet Road, Suite C<br />AUSTIN, TX 78756	</p></div></div><div class="clear"></div><div class="footer"><h3>Tax + Accounting Services  &nbsp;|&nbsp;  Established 1988</h3><p>&copy; 2010 Melanie Rutledge. All rights reserved</p></div></div>');
	}
});

