Guest guest Posted April 11, 2008 Report Share Posted April 11, 2008 I love this with heasted soft pretzels Smith Spicy Ale Dip 1 8 ounce package cream cheese 1 1/2 teaspoons paprika 10 dashes hot pepper sauce 1/4 cup good European In a medium saucepan over low heat, melt cream cheese. Stir in paprika; mixture should be pink. Stir in hot sauce and beer. Serve warm or cold. Serve with pretzels. var callCount = 0; function rmvScroll( msg ) { if ( ++callCount > 10 ) { msg.style.visibility = " visible " ; } if ( callCount msg.clientHeight ) { newHeight = msg.scrollHeight + delta; } delta = msg.offsetWidth - msg.clientWidth; delta = ( isNaN( delta )? 1 : delta + 1 ); if ( msg.scrollWidth > msg.clientWidth ) { newWidth = msg.scrollWidth + delta; } msg.style.overflow = " visible " ; msg.style.visibility = " visible " ; if ( newWidth > 0 || newHeight > 0 ) { var ssxyzzy = document.getElementById( " ssxyzzy " ); var cssAttribs = ['#' + msg.id + '{']; if ( newWidth > 0 ) cssAttribs.push( 'width:' + newWidth + 'px;' ); if ( newHeight > 0 ) cssAttribs.push( ' height:' + newHeight + 'px;' ); cssAttribs.push( '}' ); try { ssxyzzy.sheet.deleteRule( 0 ); ssxyzzy.sheet.insertRule( cssAttribs.join( " " ), 0 ); } catch( e ){} } } function imgsDone( msg ) // for Firefox, we need to scan for images that haven't set their width yet { var imgList = msg.getElementsByTagName( " IMG " ); var len = ((imgList == null)? 0 : imgList.length); for ( var i = 0; i Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.