function stayOnPage(){
				var txt = '<span style="font-size:28px;">You are navigating<br /> away from<br /> shoparamark.com!</span><br /><br />Be sure to finish making your purchase as items in your cart will not be saved.';
				
                                
                               
				$.prompt(txt,{ 
					buttons:[{title: 'FINISH SHOPPING AT SHOPARAMARK.COM', value:false}, {title: 'GO TO ARAMARK RENTAL', value:true}], prefix:'cleanred',
                                    callback: function(v,m,f){
                                         if(v){ window.location = "/aurental/";}
                                         
						
						
						
					}
				});
			}
			
			
			
			
//for special offers homepage


		//for redirect warning
			
function flatrate(){
				var txt = '<span style="font-size:28px;">Thank You!<br /> You have selected flat rate shipping.<br />Start shopping now.</span><br />';
				
                                
                               
				$.prompt(txt,{ 
					buttons:[{title: 'CLICK HERE TO APPLY YOUR PROMOTION', value:true}], prefix:'cleanred',
                                    callback: function(v,m,f){
                                        if(v==true){
                                       	 window.location = "home?sourcecode=106520&promo=YES";
                                        }
                                         
						
						
						
					}
				});
		}

function freejacket(){
				var txt = '<span style="font-size:28px;">Thank You!<br /> You have selected the free jacket with orders over $200.<br />Start shopping now.</span><br />';
				
                                
                               
				$.prompt(txt,{ 
					buttons:[{title: 'CLICK HERE TO APPLY YOUR PROMOTION', value:true}], prefix:'cleanred',
                                    callback: function(v,m,f){
                                        if(v==true){
                                       	 window.location = "home?sourcecode=106521&promo=YES";
                                        }
                                         
						
						
						
					}
				});
		}
			
function entireorder(){
				var txt = '<span style="font-size:28px;">Thank You!<br /> You have selected 15% off your entire order.<br />Start shopping now.</span><br />';
				
                                
                               
				$.prompt(txt,{ 
					buttons:[{title: 'CLICK HERE TO APPLY YOUR PROMOTION', value:true}], prefix:'cleanred',
                                    callback: function(v,m,f){
                                        if(v==true){
                                       	 window.location = "home?sourcecode=106522&promo=YES";
                                        }
                                         
						
						
						
					}
				});
		}
		
			
		
