 //alert(document.body.className); 
 
 
function chooseQuote()

{

if(window.innerWidth){
	winW = window.innerWidth;
}else if(document.body.offsetWidth){
 winW = document.body.offsetWidth
}
//alert(winW);
 if ( winW >= 1250 ) {
 document.body.className = 'wideLayout';
 

 
 }else{
 document.body.className = 'narrowLayout';

	//document.write('<div id="pullquoteRight">');
	//document.write('<h3>&laquo; Ticket Jackets</h3>');
	//document.write('<h4>Alaska is one of our dearest clients. We’ve been through thick and thin with them, riding the rollercoaster that is the airline industry. Through it all, we’ve done some great work together – from smart ad campaigns to strategic brand initiatives. Here’s just a sampling.</h4>');
	//document.write('<h2>&laquo; <a href="prev.asp">Previous</a>  |  <a href="next.asp">Next</a> &raquo;</h2>');
	//document.write('</div>');
 }
 
//re run sIFR


	
 //alert(document.body.className); 
 
 }
 chooseQuote();
  //alert(document.body.className); 
 //window.onresize = chooseQuote;
 