<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <title>edward kassner | President Records
    </title>
	
	<!--
	<link rel="alternate" type="application/rss+xml" title="Kassner Music Latest News RSS Feed" href="/rss/1/1" />
	<link rel="alternate" type="application/rss+xml" title="Kassner Music Latest Releases RSS Feed" href="/rss/2/2" />	
	-->
	
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <link rel="stylesheet" type="text/css" href="/style.dcss" />
    <link rel="stylesheet" type="text/css" href="/css/flowplayer.css" />
    <link rel="stylesheet" href="/css/SqueezeBox.css" type="text/css" media="screen"
        title="no title" charset="utf-8" />
    <meta name="description" content="President Records - The London-based record label created by Edward Kassner with a heritage spanning over 50 years." />
    <meta name="keywords" content="" />

    <script type="text/javascript" src="/include/clientcide-mootools-2.10.js"></script>

    <script type="text/javascript" src="/include/inc_basic.js"></script>

    <script type="text/javascript" src="/include/flowplayer-3.1.4.min.js"></script>

    <script type="text/javascript" src="/include/flowplayer.controls-3.0.2.min.js"></script>

    <script type="text/javascript" src="/include/SqueezeBox.js"></script>

    <script type="text/javascript" src="/include/inc_pagefunctions.js"></script>

	<script type="text/javascript">

		function addToPlayer(songId, typeID){
			
			var time = $random(0,100) - $time();
			var myHTMLRequest = new Request.JSON({url:'/include/fn_songdetails.asp'
			,onComplete:function(responseJSON, responseText){
				var songObj = JSON.decode(responseText);
				
				//console.log(songObj.songid + '|' + 'http://kassner.re-dev.co.uk/songfiles/thumbs/' + songObj.image + '|' + songObj.artist + '|' + songObj.title + '|' + 'http://kassner.re-dev.co.uk/songfiles/mp3s/' + songObj.mp3);
				if($('flashmp3player')){
					//send to flash as one long pipe delimited string!					
					//console.log(songObj.songid + '|' + 'http://kassner.re-dev.co.uk/songfiles/thumbs/' + songObj.image + '|' + songObj.artist + '|' + songObj.title + '|' + 'http://kassner.re-dev.co.uk/songfiles/mp3s/' + songObj.mp3);
					$('flashmp3player').addtrack(songObj.songid + '|' + '/songfiles/thumbs/' + songObj.image + '|' + songObj.artist + '|' + songObj.title + '|' + '/songfiles/mp3s/' + songObj.mp3 + '|' + typeID + '|' + songObj.recordingid);
				}
			}})
			.get({'songid': songId,'typeID':typeID,'time':time});
			
		}
		
		function addToPlayerAutoPlay(songId, typeID){
			
			var time = $random(0,100) - $time();
			var myHTMLRequest = new Request.JSON({url:'/include/fn_songdetails.asp'
			,onComplete:function(responseJSON, responseText){
				var songObj = JSON.decode(responseText);
				
				//console.log(songObj.songid + '|' + 'http://kassner.re-dev.co.uk/songfiles/thumbs/' + songObj.image + '|' + songObj.artist + '|' + songObj.title + '|' + 'http://kassner.re-dev.co.uk/songfiles/mp3s/' + songObj.mp3);
				if($('flashmp3player')){
					//send to flash as one long pipe delimited string!					
					$('flashmp3player').playtrack(songObj.songid + '|' + '/songfiles/thumbs/' + songObj.image + '|' + songObj.artist + '|' + songObj.title + '|' + '/songfiles/mp3s/' + songObj.mp3 + '|' + typeID + '|' + songObj.recordingid);
				}
			}})
			.get({'songid': songId,'typeID':typeID,'time':time});
			
		}
		
		function addPlayListToPlayer( playList ){
			if(!$('flashmp3player')){return false;}
			
			if($('flashmp3player').getlistlength() > 0 ) {$('flashmp3player').clearlistexternal();}
			
			
			playList.each(function(item,index){
				//console.log(item.id + ' | ' + item.typeid);
				if(index == 0){	
					addToPlayerAutoPlay(item.id,item.typeid);
				} else {
					addToPlayer(item.id,item.typeid);
				}					
			});
			
			
		}
		
		function sessionEnd(){
			if($('flashmp3player')){
				//alert('Test: Session ending');
				$('flashmp3player').savestate();
			}
		}
		
		if(Browser.Engine.trident){		
			//window.attachEvent('onbeforeunload', sessionEnd); 
			window.addEvent('beforeunload',function(){
				sessionEnd();
			});
		} else {			
			window.addEvent('unload',function(){
				sessionEnd();
			});
		}
		
		
		//session in progress
	
	
	function addGAEvent( trackDetails ){
		
		trackArray = trackDetails.split('|');
		var songId = trackArray[0];
		var typeId = trackArray[1];
		var temp = trackArray[2];
		
		if(typeId == 1){
			typeStr = '(S)';
		}
		if(typeId == 2){
			typeStr = '(R)';
		}
		//alert(trackDetails);
		var time = $random(0,100) - $time();
		var myHTMLRequest = new Request.JSON({url:'/include/fn_songdetails.asp'
		,onComplete:function(responseJSON, responseText){
			var songObj = JSON.decode(responseText);		
			var artist = songObj.artist;
			var title = songObj.title;
			//alert( title + ' | ' + artist + ' | ' + typeStr );	
			//try{
				
				//console.log(vidTitle);
				//console.log('Music Player','Play', title + ' | ' + artist + typeStr);
				//console.log(pageTracker);
				var eventStr = title + ' | ' + artist + typeStr;
				pageTracker._trackEvent('Music Player','Play', eventStr);
			//} catch(err){}
		}})
		.get({'songid': songId,'typeId':typeId,notrim:'1','time':time});
		
	}
</script>

		


 <!--[if IE 6]>
    <style type="text/css">      
		body{
			color:#f00!important;
		}
      
        div#maincontainer
		{
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/main_bg.png', sizingMethod='scale');
		}
		
    </style>
    <![endif]-->

</head>
<body>
    
	<!--<span class="hide">edward kassner</span>-->
    <div id="bgcontainer">
        <div id="outercontainer">
            <div id="header">
                <div id="headertop">
                    <div id="logo">
                        <h1>
                            President Records
                        </h1>
                        <a class="homelink" href="/home"><span class="hide">Home</span></a>
                    </div>
                    <div id="headerleft">
                        <span class="telephone gotham">+44 (0)20 7385 7700</span> <a class="gotham" href="mailto:hits@president-records.co.uk">hits@president-records.co.uk</a>
                    </div>
                    <div id="headerright">							
						<span class="hide">|</span><a href="http://twitter.com/presidentrecord" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;"><img src="/images/twitter.gif" alt="Follow us on Twitter"/></a><span class="hide">|</span>
                    </div>
                    <div class="clear">
                    </div>
                </div>
                <div id="menu">
                    <div id="menuwrapper">
						<div id="menuleft"></div>
							<ul class="menu1"><li class="first"><a href="/home">Home</a></li><li class = " childselectedl1 first"><a href="/about-us/company-profile">about us</a></li><li><a href="/catalogue/catalogue-search">catalogue</a></li><li><a href="/features/featured-artists">features</a></li><li><a href="/licensing">licensing</a></li><li class = " last"><a href="/contact-us">contact us</a></li></ul>
	                    <div id="menuright"></div>
					</div>
                    <div id="searchbox">
                        <form action="/site-search" method="post">
                            <fieldset>
							<label for="searchtext"><span class="hide">site search</span></label>
                                <input id="searchtext" type="text" name="searchtext" class="text" value="Site Search" onfocus="ClearInput(this, 'Site Search');"
                                    onblur="ReplaceInputPrompt(this, 'Site Search');" />
                                <input type="image" src="/images/go.gif" alt="Search" class="image" />
                            </fieldset>
                        </form>
                    </div>
                    <div class="clear">
                    </div>
                </div>
            </div>
            <div id="headergrad"></div>
            <div id="maincontainer">
<div id="maininner">
	
	<div id="submenu">
		<ul class="menu2"><li class = " first"><a href="/about-us/company-profile">company profile</a></li><li><a href="/about-us/history">history</a></li><li class = "  selectedl2 last"><a href="/about-us/edward-kassner">edward kassner</a></li></ul>
		<div class="clear">
		</div>
	</div>
	
	<div id="leftwrapper">
		<div id="subheader">
			
<div id="breadcrumb"><ul><li>You are here: <a href="/home"><span class="hide">Go back to </span>Home</a></li><li><a href="/about-us"><span class="hide">Go back to </span>about us</a></li><li><span class="bc-currentpage">edward kassner</span></li> </ul> </div>

			<h2 class="gotham">
				edward kassner
			</h2>
		</div>

    <div id="left">
        <div id="pagecontent">
            <div id="bodytext">
                <h3><img src="/clientImages/ek_young.jpg" title="Edward Kassner" alt="Edward Kassner" width="150" />Edward Kassner (28.2.20 - 19.11.96)</h3>
<p>When BBC Radio broadcast The Edward Kassner Story in July 1991, they were paying tribute to one of the great pioneering music publishers of the post-war era, a man widely recognised in the popular music industry around the world. For Edward Kassner, music was more than just a business: it was a guiding light, the lucky talisman that never deserted him throughout a long and successful career.</p>
<p><br />Born of Jewish parentage on the 28th February 1920 in Vienna, Austria, Edward had aspirations of writing operas at an early age. Unfortunately, any plans the young composer may have had to realise these aspirations were cut short by Hitler's annexation of Austria. At seventeen, Edward was forced to flee his home, escaping across Germany to Holland, Belgium and eventually England, surviving by a combination of his wits and his music.</p>
<h3>How Lucky You Are sung by Vera Lynn becomes the first big hit</h3>
<p>Once in England, like many fellow German, Austrian and Italian refugees of the time, Edward was interned and deported to Australia on the SS Dunera. Later allowed to return, he joined the British Army, serving in France and Germany from 1941-1945 as an interpreter attached to a Canadian tank corps regiment, the Manitoba Dragoons. By 1944, he had married his wife Eileen, started his company, The Edward Kassner Music Co. Ltd. and had the first of his five children, Monica. One night in France, just after receiving word of the birth of his daughter and during heavy bombardment by the Germans, Edward wrote what would, in 1946, become his first big hit. Sung by Vera Lynn, it was entitled <em>How Lucky You Are</em>.</p>
<h3>Frank Sinatra, Perry Como, Nat King Cole&hellip;</h3>
<p>By the early 50s, Edward Kassner had amassed a string of hit songs with recordings by some of the most famous artists of the day, including Frank Sinatra, Perry Como, Nat King Cole, Vera Lynn, Anne Shelton, Dinah Shore, The Inkspots, Donald Peers and Mantovani. Already he had seen the advantages of working on both sides of the Atlantic and in 1951 he had opened an office in New York. His ability to pick a winning song and then to sell and promote it with apparently boundless determination and energy established his reputation as one of the hottest new publishers to emerge in the post-war era.</p>
<h3>Broadway Music Corp acquired in the US &nbsp;</h3>
<p>Ambitions for a Kassner worldwide music publishing empire began to grow with the acquisition of catalogues including Cecil Lennox Ltd., Harry Roy's J. Norris Music, Yale Music and, by the end of the decade, the US company of Albert Von Tilzer, Broadway Music Corp. Broadway held the rights to American standards such as <em>You Made Me Love You</em>, <em>I'll</em> <em>Be With You In Apple Blossom Time</em> and <em>Take Me Out To The Ball Game</em> and its purchase was a sign of Edward&rsquo;s intent to become a major player on the international music scene.</p>
<h3>Kassner Music publishes Rock Around the Clock</h3>
<p>Edward's defining success, however, was a song that changed the face of popular music - <em>Rock Around The Clock</em>. Always a gambler and innovator, he paid $250 for something that many of his contemporaries had turned down. Yet, within eighteen months, <em>Rock Around The Clock</em> was a sensation, on its way to becoming one of the most performed songs of all time and generating record sales of more than 170 million. Today it holds pride of place in Washington's Honour Roll Of Hits and is much sought after for film and television usage as the definitive musical icon of the 50s.</p>
<h3>Classic hits of the 50s and 60s</h3>
<p>Displaying a unique ability for spotting raw talent, Edward Kassner's successes during the late 50s and early 60s spanned a wide range of musical styles and tastes. From the classic rhythm and blues of Chuck Willis, whose mournful <em>I Feel So Bad</em> was recorded by Elvis Presley, to the teeny pop of <em>Bobby's Girl,</em> to big ballads like the Ivor Novello award-winning <em>Portrait Of My Love</em>, the hits kept coming. The catalogue swelled with some of the era&rsquo;s most fondly remembered songs, such as <em>White Rose of Athens</em>, <em>Java</em>, <em>With These Hands</em>, <em>Shout! Shout!(Knock Yourself Out)</em>, <em>Close Your Eyes</em> and <em>Pepe</em>.</p>
<h3>The signing of The Kinks&nbsp; &nbsp;</h3>
<p>Then in 1964, with the British invasion in full swing, a band called The Kinks was signed to a management and publishing deal. A string of worldwide hits ensued, starting with <em>You Really Got Me</em>, followed by <em>All Day And All Of The Night</em>, <em>Tired Of Waiting For You</em> and <em>A Well Respected Man</em>. Apart from establishing what is now widely considered an entirely new genre, this early period of Ray Davies' creativity has provided hits for such international artists as Van Halen, The Stranglers and The Pretenders.</p>
<h3>President Records launched in 1966</h3>
<p>After almost twenty years, England had again become the focal point of Edward Kassner's business. With the arrival of the singer-songwriter limiting the traditional role of independent publishers, the need for an affiliated record company became apparent to Edward. In 1966, he set up President Records Ltd and, within a year, the label had achieved its first chart successes with records by The Symbols and Felice Taylor, the latter a top 20 entry for the Barry White-co-written <em>I Feel Love Comin' On</em>.</p>
<h3>Eddy Grant and The Equals discovered</h3>
<p>Edward&rsquo;s next discovery was Britain's first successful racially-mixed group, The Equals, who stormed to the top of every European chart with <em>Baby Come Back</em> written by teenage band member Eddy Grant. Eddy Grant, whose father would have preferred him to become a doctor, acknowledges that Edward Kassner is responsible for his musical career. Indeed, there is a long list of artists, composers and music business leaders who would say the same of themselves.</p>
<h3>George McCrae and KC&nbsp;&amp; the Sunshine Band</h3>
<p>Success continued through the 70s for both the Kassner publishing and record companies. A licensing deal with a small Miami-based independent record company, TK Records, brought the 1974 disco phenomenon and best-seller, <em>Rock Your Baby</em> by George McCrae to the UK, giving President its second No.1. On a visit to TK&rsquo;s recording studios, Edward heard the B-side of a then unknown group and again proved his uncanny knack for judging popular taste, announcing that &ldquo;in the UK this would be a smash&rdquo;. He brought the tapes back to England and within a matter of weeks <em>Queen of Clubs</em> was high in the UK Top Ten, leading to a run of hits for K.C. &amp; The Sunshine Band.</p>
<h3>More than fourteen thousand copyrights</h3>
<p>The 80s saw production deals with rock legends Denny Laine, Eddie Hardin, Mike d'Abo and Ray Fenwick and, most significantly, keyboard wizard Rick Wakeman, whose long association with the Kassner group, first as artist and then as writer, has produced over thirty albums and more than a hundred copyrights. Edward continued at the helm of the Kassner group until his death in 1996. He left a legacy of one of the great independent music organizations which his son, David continues to grow today. President has become one of the longest-established independent record companies, owning many hundreds of master recordings, while the publishing companies own more than fourteen thousand copyrights.</p>
            </div>
            
            
            
        </div>
    </div>
</div>
<div id="playerholder">
    <div id="player">
	<object width="214" height="485" id="flashmp3player" data="/flash/player.swf" type="application/x-shockwave-flash">
		<param name="allowScriptAccess" value="sameDomain" />
		<param name="allowFullScreen" value="false" />
		<param name="movie" value="/flash/player.swf" />
		<param name="quality" value="high" />
		<param name="bgcolor" value="#ffffff" />
		<param name="wmode" value="transparent" />	
		<img src="/images/temp/player.gif" alt="Temp player" />		
	</object>
</div>
</div>
<div class="clear">
</div>
				    </div>
			    </div>
			<div id="footer"></div>
			<div id="footerlinks"><span>&copy; 2012 President Records Limited</span>

			<ul>
			<li><a href="/contact-us/career-opportunities" title="Careers">Careers<span class="hide"> at President Records</span></a>|</li>
			<li><a href="/contact-us/frequently-asked-questions" title="FAQs"><span class="hide">Read our </span>FAQs</a>|</li>
			<li><a href="/contact-us" title="Contact Us">Contact Us<span class="hide"> about licensing</span></a>|</li>
			<li><a href="/disclaimer" title="Disclaimer"><span class="hide">Read our </span>Disclaimer</a>|</li>
			<li><a class="last" href="/terms-conditions" title="Terms and conditions"><span class="hide">Read our </span>Terms &amp; Conditions</a><span class="hide">|</span></li>
			</ul>
			<div class="footer"></div>
			</div>
		</div>
	</div>

	<script type="text/javascript" src="/include/cufon.js"></script>
	<script type="text/javascript" src="/include/univers.font.js"></script>
	<script type="text/javascript" src="/include/univers-ultrathin.font.js"></script>
<!--[if gte IE 9]><script type="text/javascript"> Cufon.set('engine', 'canvas'); </script><![endif]-->
	<script type="text/javascript">
		Cufon.replace('.gotham',{fontFamily:'Univers'});
		Cufon.replace('div#menu ul li a',{fontFamily:'Univers'});
	</script>
	<script type="text/javascript">
		Cufon.replace('.universultrathin',{fontFamily:'univers-ultrathin'});
	</script>

	<script type="text/javascript"> Cufon.now(); </script>
	<script type="text/javascript">
		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
		document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	</script>
	<script type="text/javascript">
		try {
			var pageTracker = _gat._getTracker("UA-10376270-2");
			pageTracker._setDomainName("none");
			pageTracker._setAllowLinker(true);
			pageTracker._trackPageview();
		} catch(err) {}
	</script>

</body>
</html>

