HTTP/1.1 200 OK
Date: Tue, 28 Feb 2012 19:45:34 GMT
Server: Apache
Last-Modified: Tue, 28 Feb 2012 15:11:51 GMT
ETag: "4ba07a57fdbc0"
Accept-Ranges: bytes
Content-Length: 73927
Connection: close
Content-Type: text/html

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<title>www.boygeorgeuk.com :: NEWS</title>

<link type="text/css" href="default.css" />
<link href="default.css" rel="stylesheet" type="text/css" />

<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<link type="text/css" rel="stylesheet" href="/floatbox/floatbox.css" />
<script type="text/javascript" src="/floatbox/floatbox.js"></script>

<script language=JavaScript>
<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 
</script>

<script type="text/javascript">

/***********************************************
* Disable Text Selection script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
	target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
	target.style.MozUserSelect="none"
else //All other route (ie: Opera)
	target.onmousedown=function(){return false}
target.style.cursor = "default"
}

//Sample usages
//disableSelection(document.body) //Disable text selection on entire body
//disableSelection(document.getElementById("mydiv")) //Disable text selection on element with id="mydiv"

</script>

<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>

<!--[if lte IE 6]>
<style>
#content{margin-left:-40px;}
#rightside{margin-right:0px;margin-left:-43px;}
#sidebar{margin-left:-30px;padding:0 40px 0 40px;}
#sidebar ul.nav{margin:10px -20px;padding:0}
#sidebar h1,#sidebar h3{margin-right:-30px;}
#content ul{padding-left:20px;list-style-position:outside;}
#footer ul{margin-left:20px;}
#footer li{margin:-1 0;}
#footer .footer_links{margin-bottom:0;padding-bottom:1px;}
#footer li.top_link{padding-bottom:20px;}
#footer .ie_foot{position:relative;top:20px;}
</style>
<![endif]--> 

<!--[if IE 7]>
<style>
#sidebar{margin-left:-20px;padding:0 60px 0 20px;}
#sidebar ul.nav{margin:0 -20px;padding:0}
#sidebar h1,#sidebar h3{margin-right:-30px;}
#content ul{padding-left:20px;list-style-position:outside;}
#footer ul{margin-left:40px;}
#footer li a{margin:-1px 0 0 0;}
#footer .footer_links{margin-bottom:0;}
#footer .ie_foot{position:relative;top:30px;}
</style>
<![endif]--> 

<script>

// PopUp Maker 5.0 by CodeBrain.com
// PopUp Window Script
// Place this script in the <head> of your page.

function doPopUp(){
doPopUpWindow = window.open("bacardiblive.htm","bacardiblive","left=10,top=10,screenX=10,screenY=10,width=900,height=400");
}

</script>

<script>

// PopUp Maker 5.0 by CodeBrain.com
// PopUp Window Script
// Place this script in the <head> of your page.

function doPopUp6(){
doPopUpWindow = window.open("boygeorgeiconlyrics.htm","boygeorgeicon","left=10,top=10,screenX=10,screenY=10,scrollbars=1,width=435,height=605");
}

</script>



<script>

// PopUp Maker 5.0 by CodeBrain.com
// PopUp Window Script
// Place this script in the <head> of your page.

function doPopUp3(){
doPopUpWindow = window.open("audenmedialinks.htm","audenmedia","left=10,top=10,screenX=10,screenY=10,scrollbars=1,width=435,height=605");
}

</script>


<script>

// PopUp Maker 5.0 by CodeBrain.com
// PopUp Window Script
// Place this script in the <head> of your page.

function doPopUp2(){
doPopUpWindow = window.open("img/news/audencarlsen/auden.htm","auden","left=10,top=10,screenX=10,screenY=10,width=435,height=605");
}

</script>

<script language="javascript" type="text/javascript">
<!--
/****************************************************
     Author: Eric King
     Url: http://redrival.com/eak/index.shtml
     This script is free to use as long as this info is left in
     Featured on Dynamic Drive script library (http://www.dynamicdrive.com)
****************************************************/
var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);}
// -->
</script>


<script language="JavaScript1.2">
<!--

/***********************************************
* Auto Maximize Window Script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for this script and 100's more.
***********************************************/

top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//-->
</script>



<SCRIPT TYPE="text/javascript">
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=400,height=600,scrollbars=yes');
return false;
}
//-->
</SCRIPT>





</head>

<body>

<script language=JavaScript>
<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 
</script>

<div id="container">
	<div id="rightside">
		<div id="title">
		<p></p>
		</div>
		<div id="sidebar">
			<ul class="nav">
	<li><a href="index.htm">home page</a></li>
			<li><a href="news.htm">news</a></li>
			
			<li><a href="pics.htm">pics</a></li>
			<li><a href="features.htm" target="_blank">features</a></li>
            <li><a href="audio.htm">audiophile</a></li>
            <li><a href="videos.htm">boytube</a></li>
			<li><a href="http://boygeorge.proboards10.com/" target="_blank">freaks forum</a></li>
             <li><a href="wallpapers.htm">wallpapers</a></li>
            <li><a href="shop.htm">super shop</a></li>
			<li><a href="links.htm">cool links</a></li>
		</ul>
		<img src="img/star2.jpg" alt="star" style="display:none"/>
		
        	<ul class="nav">

			<li><a href="members/home.htm"><i><b>members</b></i></a></li>
		</ul>
		<img src="img/star2.jpg" alt="star" style="display:none"/>			


		<h1>news archives</h1>
		<h3>all the old news</h3>
		<a href="scans2012.htm"><p>News Scans 2005 - 2012<BR></a>
<BR>
<BR>
</p>
		</div>
	</div>
	<div id="content">


		<h1>latest news</h1>
		<h3>facts not fiction</h3><Br>

<a name="mjmu"></a>
<p><img src="img/news/mjmsm.jpg" alt="" class="l_blog" />	<B>GEORGE SINGS IN ITALIAN<BR>
for cancer charity release


</B></p>
<P>
<B><font color=red>
IMPORTANT STATEMENT FROM GEORGE!</B></FONT></P>
<P>Some of you that have sponsered individuals for this cause may have had emails stating that George will no longer be doing this EP. THIS IS COMPLETELY UNTRUE!
Please read the following statement:</p>
<P><BR>
<I>"Boy George has absolutely not pulled out of the Canzoni D'Amore project for Marie Curie Cancer Cure.<br>
There was a dispute about how it was being recorded and Boy George has agreed to record his voals in London to ensure best possible quailty.<br>
Any suggestions that Boy George has pulled out or refused to take part are completely false. The matter is with Boy George's legal team and will hopefully be resolved shortly."</I></P>

<P>_____</P>

<P>George has teamed up with musician Matthew Jones to produce an EP of Italian ballads in aid of Marie Curie Cancer Care.</p>

<P><I>UPDATE! </I></P>

<p>On the weekend of 18th/19th Feb George, Matthew Jones and the selected choir stayed at the beautiful Ingestre Hall in Staffordshire, where the recording of the EP took place.<BR>

<a href="pics_ingestre.htm" target=_blank>
<p><img src="img/pics/ingestre/8sm.jpg" alt="George at Ingestre Hall" class="r_blog" />	<P>HERE'S SOME PHOTOS!</p></a>

<p>
Ingestre Hall is mainly used for arts and music courses for school children from the Sandwell area of the West Midlands, so it was a delight for the staff of Ingestre to have George in the presence.<BR>
 Speaking to 100% Boy a senior member of staff said:<BR>
"I had the pleasure of meeting George briefly whilst they were here and they were gracious and lovely to all they met. It was such a privilege to meet the man who I have always admired and see what a lovely person he clearly is."</p>

<P>The EP is off now to be mixed and a release date will be announced shortly.
</p>

<P><a href="http://www.ingestrearts.org.uk" target=_blank>www.ingestrearts.org.uk</a></p>

<BR>

 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">

News added: 23/02/2012 17:06
</span><br /></div><BR>


<br>



<a name="kalinomome"><a href="img/news/kalinomome.jpg" rel="lightbox" >
<p><img src="img/news/kalinomomesm.jpg" alt="Kalino Mome" class="l_blog" />	</a><B>KALINO MOME<BR>
Marc Vedo and Boy George

ft. Desi Slava
</B></p>
<p>

Number /004 from VG records is 'Kalino Mome'. A fabulous track, for which the boys from VG has teamed up with Bulgarian star Desi Slava, and including remixes from Federico Scavo, Migue Soria and BOOTIK.

<P>
The original is peak time progressive house from Marc and George who are proving themselves a powerful combination. Slava's dreamy harmonies provide an uplifting backdrop as energetic synth stabs and techy percussion build into a spine-tingling breakdown. Slava's vocal coupled with emotive piano chords create a euphoric release before the rhythm track returns. 

<P>First up on remix duties Italian Federico Scavo turns Kalino Mome into a groovy tech houser with a seriously funky bassline . Migue Soria works Kalino Mome into an electro house anthem, adding some grit to the beats and bass whilst retaining the euphoria of the original. Completing the package, up & coming duo BOOTIK pay homage to Desi Slava's vocal providing a forward-thinking, progressive work out.


<P>
Released primarily on Beatport from 30th Jan.

<P>
<object width="338" height="259"><param name="movie" value="http://www.youtube.com/v/KTmOWGkTEj8?version=3&amp;hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/KTmOWGkTEj8?version=3&amp;hl=en_GB" type="application/x-shockwave-flash" width="338" height="259" allowscriptaccess="always" allowfullscreen="true"></embed></object>
<BR>


<p>
<a href="http://www.beatport.com/search?query=Kalino+Mome+feat.+Desi+Slava" target=_blank>BUY FROM BEATPORT!</A>

<BR>

<BR>





 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">




News added: 31/01/12 14:46
</span><br /></div><BR>


<br>



<a name="hits"></a>
<p><a href="img/news/cchitscollection.jpg" rel="lightbox" ><img src="img/news/cchitscollectionsm.jpg" alt="Hits Collection" class="l_blog" /></A>	<B>CULTURE CLUB<BR>
HITS COLLECTION


</B></p>
<p>


Released by the Music Club Deluxe this February is this double CD of Culture Club's hits, remixes and other well known Culture Club gems! </P>

<P>Inexpensive, at �4.99 RP for a double disc package, this set provides the average Culture Club/George fan with nothing that they havnt already got, but it does collect together all of the CC single releases (well, nearly all) some good remixes, and other album that's that are'nt included in past greatest hits collections.</p>

<p>
A must for any serious fans or collectors!</p>

<P><I>Tracklist</I></p>

<P>CD1<BR>

Karma Chameleon,
Time (Clock Of The Heart),
The Medal Song,
I Pray,
Church Of The Poison Mind,
Victims,
Miss Me Blind,
Man-shake,
Work On Me Baby,
Boy Boy(I m The Boy),
Move Away,
God Thank You Woman,
I Just Wanna Be Loved,
Take Control,
Stormkeeper,
Black Money,
It s A Miracle/Miss Me Blind (US 12 Mix)</p>

<P>CD2<br>

Do You Really Want To Hurt Me,
The War Song,
Mistake Number 3,
It s A Miracle,
Dangerous Man,
Mannequin,
Come Clean,
Colour By Numbers,
You Know I m Not Crazy,
Changing Every Day,
Im Afraid Of Me (remix),
White Boy (Dance Mix),
I ll Tumble 4 Ya (US 12 Remix),
I Just Wanna Be Loved (Drumhead Remix),
Do You Really Want To Hurt Me (Drumheads Twisted Nerve Mix),
Generations Of Love (The Time Writer Bootleg Mix)</P>
 
<p>
Release date:<BR>
13 Feb 2012 (UK)<br>
21 Feb 2012 (US)<br></P>

<p><A HREF="http://www.amazon.co.uk/gp/product/B006W33T7K/ref=as_li_ss_tl?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B006W33T7K" TARGET=_BLANK>ORDER UK</A><BR>
<A HREF="http://www.amazon.com/exec/obidos/ASIN/B006W33T7K/100boy-20" TARGET=_BLANK>ORDER US</A><BR>
</p>



<BR>

 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">

News added: 19/01/2012 16:33
</span><br /></div><BR>


<br>




<a name="mjm"></a>
<p><img src="img/news/mjmsm.jpg" alt="turn 2 Dust" class="l_blog" />	<B>GEORGE SINGS IN ITALIAN<BR>
for cancer charity release


</B></p>
<p>


George is at the moment facing the challenge of learning to speak Italian. Or, should we say, sing Italian! </P>

<P>He has teamed up with musician Matthew Jones to produce an EP of Italian ballads in aid of Marie Curie Cancer Care.</p>

<P><I>YOU CAN BE PART OF THE PROJECT TOO! </I></P>

<p>
Matthew Jones is searching for singers  to form a choir for the recording, which will take place in the new year.<BR>

Here's your chance to sing with the Boy!</p>

<p>
For more details go to:<BR>
<a href="http://matthewjonesmusic.co.uk/" target=_blank>matthewjonesmusic.co.uk</a></p>

<P>More details about the project will be available here soon.
</p>



<BR>

 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">

News added: 07/12/2011 16:59
</span><br /></div><BR>


<br>




 <a name="turn2dustrm"></a>
<p><a href="img/news/turn2dustrmbig.jpg" rel="lightbox" ><img src="img/news/turn2dustrmsm.jpg" alt="turn 2 Dust" class="l_blog" /></a>	<B>'TURN 2 DUST'<BR>
 (Reggae Mixes)


</B></p>
<p>


Following the first wave of <I>Turn 2 Dust</I> mixes released on Decode earlier in the year,  the second package of Turn 2 Dust remixes are to be released on the 12th December.</P>

<P>This bundle includes three mixes of rhythmic reggae � two cuts of Turn 2 Dust from super producers Kevan Frost and Dubversive (Richie Stevens); and a bonus mix of George�s renowned track �Go Your Own Way� from Kevan Frost.</p>


<P><a href="http://clk.tradedoubler.com/click?p=23708&a=2045016&url=http%3A%2F%2Fitunes.apple.com%2Fgb%2Falbum%2Fturn-2-dust-reggae-mixes-ep%2Fid483399504%3Fuo%3D4%26partnerId%3D2003" target="itunes_store">ORDER NOW FROM ITUNES!</a>
<BR>






<P><object height="225" width="100%"> <param name="movie" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1089612&amp;show_comments=true&amp;auto_play=false&amp;show_playcount=true&amp;show_artwork=true&amp;color=ff0081"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="225" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1089612&amp;show_comments=true&amp;auto_play=false&amp;show_playcount=true&amp;show_artwork=true&amp;color=ff0081" type="application/x-shockwave-flash" width="100%"></embed> </object>   <span></span>
</p>








<P>
Released by: Decode Records<BR>

Release/catalogue number: DC007<BR>

Release date: Dec 12th, 2011 <BR>
</P>

<P><object width="338" height="202"><param name="movie" value="http://www.youtube.com/v/UdnAqR2nqZU?version=3&amp;hl=en_GB&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UdnAqR2nqZU?version=3&amp;hl=en_GB&amp;rel=0" type="application/x-shockwave-flash" width="338" height="202" allowscriptaccess="always" allowfullscreen="true"></embed></object>
<BR>
<BR>

<P>
The <I>reggae mixes</I>  7" single is already available! <BR>

<a href="http://www.juno.co.uk/search/?quick_search_records=m_vinyl&q=BOY+GEORGE&x=11&y=10&qs=1&s_search_precision=any&s_search_type=all&s_genre_id=0000?ref=bog" target=_blank>>BUY NOW<</A>
<BR>
 </P>
<BR>

 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">

News added: 28/11/2011 15:28
</span><br /></div><BR>


<br>




<a name="cc">
<p><img src="img/news/cc.jpg" alt="Dont Take The Night" class="l_blog" />	</a><B>CULTURE CLUB ARE BACK<BR>
it's official!<BR>


</B></p>
<p>

Culture Club have announced that they will play a concert on NEW YEARS EVE in Sydney, Australia as part of the New Year festivities that take place every year.

<P><a href="img/news/ccnye.jpg" rel="lightbox" ><img src="img/news/ccnyesm.jpg"  class="r_blog" /></a>
They will play in a New Year extravaganza which will also feature The Pet Shop Boys, Jamiroquai, Guy Sebastian, Psuedo Echo and Lysney Ollard.

<P>
The boys promise that this gig will be full of Culture Club classics, plus a few NEW songs that they have written for there new album, to be released next year.

<P><a href="pics_ccnye.htm"><img src="img/pics/cc15nov11/tns/1.jpg"  class="r_blog" /></a>
George, Jon, Roy and Mikey have been together in the studio for the past week writing tracks, and things are looking great!

<P>
TICKETS for the New Year concert go on sale on November 28th.<BR>

<P><a href="http://www.sydneyresolution.com" target="_blank">>>TICKET INFORMATION<<</A>
<BR>
<BR>

<P><object width="338" height="224" ><param name="allowfullscreen" value="true" /><param name="movie" value="http://www.facebook.com/v/10150404147338431" /><embed src="http://www.facebook.com/v/10150404147338431" type="application/x-shockwave-flash" allowfullscreen="true" width="338" height="224"></embed></object>


<P>
<iframe frameborder="0" width="338" height="324" src="http://d.yimg.com/nl/australia/au-tv/player.html#browseCarouselUI=hide&repeat=0&playbackStart=0&shareUrl=http%3A%2F%2Fau.tv.yahoo.com%2Fsunrise%2Fvideo%2F-%2Fwatch%2F27254839&vid=27254839"></iframe>

<BR>

<BR>

<BR>

<P>
<a name="ccdubai">
<B>ALSO:<BR>
Culture Club in Dubai | 29th Dec 2011</B>
<P>

<a href="img/news/ccdubai.jpg" rel="lightbox" ><img src="img/news/ccdubaism.jpg"  class="l_blog" /></a>
Culture Club will play a 'warm-up' gig when they stop of in Dubai at Dubai Tennis Stadium on the 29th Dec!

<P>
Tickets for this concert are available from:<br>
<a href="http://www.timeoutdubai.com/nightlife/events/13685" target=_blank>Timeout Tickets</a>

<BR>
<BR><BR>

<BR>
 <BR>
<div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">


Updated: 23/11/11<br>
Updated: 18/11/11<br>
News added: 15/11/2011 13:11
</span><br /></div><BR>


<br>



<a name="donttake"><a href="img/news/donttakethenight.jpg" rel="lightbox" >
<p><img src="img/news/donttakethenightsm.jpg" alt="Dont Take The Night" class="l_blog" />	</a><B>DON'T TAKE THE NIGHT<BR>
Boy George and Marc Vedo<BR>

ft. Drew
</B></p>
<p>

The next release from VG records will be released on 19th Dec 2011.

<P>
After the success of �Sunshine In My Life� under their Funkysober alias (VG001) Marc Vedo and Boy George return to VG with �Don�t Take The Night� Featuring Drew on vocals.

<P>The original mix is peak time progressive house from George himself. The combination of Drew�s infectious vocal coupled with powerful synths propel �Don�t Take The Night� into anthemic status.

<P>Marc Vedo puts his own spin on the original with re-edit aimed squarely at dancefloor.

<P>On remix duties in demand Italian duo Supernova provide a techy work out with a seriously funky edge and Migue Soria retains the euphoria of the original adding some electro grit to the bassline. 

<P>
Out at all major digital retailers from 19th Dec.

<P>
<object height="225" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1275848&amp;show_comments=true&amp;auto_play=false&amp;show_playcount=true&amp;show_artwork=true&amp;color=ff0081"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="225" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1275848&amp;show_comments=true&amp;auto_play=false&amp;show_playcount=true&amp;show_artwork=true&amp;color=ff0081" type="application/x-shockwave-flash" width="100%"></embed> </object>  


<p>
<a href="http://clk.tradedoubler.com/click?p=23708&a=2045016&url=http%3A%2F%2Fitunes.apple.com%2Fgb%2Falbum%2Fdont-take-night-feat.-drew%2Fid484621234%3Fuo%3D4%26partnerId%3D2003" target=_blank>BUY FROM ITUNES!</A>

<BR>

<BR>





 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">


Updated: 06/12/11 14:45<BR>

News added: 11/11/2011 16:42
</span><br /></div><BR>


<br>






 <a name="turn2dust"></a>
<p><img src="img/news/turn2dust.jpg" alt="\turn 2 Dust" class="l_blog" /></a>	<B>'TURN 2 DUST' 


</B></p>
<p>


Monday 5th Sept sees George's anthem 'Turn 2 Dust' released by Decode as a digital download fest!.</p>

<P>Already popular amongst fans the song has been remixed by the likes of  rising superstar DJ/Producer David Jones, up and coming producer Bootik (Bartosz Brenes) and Kris Di Angelis who delivers his own diverse slant on George�s original.</P>







<P><object height="50" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F962082&show_artwork=false&show_comments=false&color=9cad13&show_playcount=false"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="200" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F962082&show_artwork=false&show_comments=false&color=9cad13&show_playcount=false" type="application/x-shockwave-flash" width="100%"></embed></object><span></span>
</p>

<P>
Find snippets of all mixes on Decode's soundcloud page <a href="http://soundcloud.com/decode-records/sets/boy-george-turn-2-dust-remixes" target=_blank>>click here<</a>
</P>


<P>BUY NOW:<BR>
<a href="http://www.amazon.co.uk/gp/product/B005GYJCOU/ref=as_li_tf_tl?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=6738&creativeASIN=B005GYJCOU">UK</A> | <a href="http://www.amazon.com/exec/obidos/ASIN/B005GYD4YE/100boy-20" target="_blank"> US</a>




<P>
Released by: Decode Records<BR>

Release/catalogue number: DC007<BR>

Release date: Sept 5th, 2011 <BR>
</P>

<P><object width="338" height="202"><param name="movie" value="http://www.youtube.com/v/UdnAqR2nqZU?version=3&amp;hl=en_GB&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UdnAqR2nqZU?version=3&amp;hl=en_GB&amp;rel=0" type="application/x-shockwave-flash" width="338" height="202" allowscriptaccess="always" allowfullscreen="true"></embed></object>
<BR>
<BR>

<P><a href="img/news/turn2dust7inch.jpg" rel="lightbox" ><img src="img/news/turn2dust7inchsm.jpg" alt="7inch" class="r_blog" /></a><I>Latest news...</I><BR>
The <I>reggae mixes</I>  7" single is available <B>now</B>.<BR>

<a href="http://www.juno.co.uk/search/?quick_search_records=m_vinyl&q=BOY+GEORGE&x=11&y=10&qs=1&s_search_precision=any&s_search_type=all&s_genre_id=0000?ref=bog" target=_blank>>BUY NOW<</A>
<BR>
 </P>

 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">
Updated: 14/10/2011 11:12<br>
Updated: 22/09/2011 12:45<br>
Updated: 02/09/2011 15:55<br>
News added: 02/08/2011 14:41
</span><br /></div><BR>


<br>


<a name="wecanbeheroes"></a>
<p><a href="img/news/wecanbeheroes.jpg" rel="lightbox" ><img src="img/news/wecanbeheroessm.jpg" alt="ordinary alien france" class="l_blog" /></a>	<B>WE CAN BE HEROES <BR>

by Graham Smith
</B></p>
<p>

<I>'We Can Be Heroes'</I> is a beautifully cloth bound 325 pp, 4-colour coffee table book with photographs by Graham Smith depicting the  history of London clubland in the early 80s.

<P>
The book heavily features George, and has a text memoir by him, as well as quotes from many other faces of the time.

<BLOCKQUOTE>
'This book brings back so many wondrous memories and for once it has been put together by someone on the scene' BOY GEORGE</BLOCKQUOTE>

<P>
Published soon by the ingenious online publisher <I>Unbound</I> find out how you can help the books publication by going here - <BR>

<a href="http://unbound.co.uk/books/16" target=_blank>www.unbound.co.uk</a>


<BR>

<BR>





 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">


News added: 21/09/2011 18:59
</span><br /></div><BR>


<br>


<a name="ordinaryalienfr"></a>
<p><a href="img/news/ordinaryalienfr.jpg" rel="lightbox" ><img src="img/news/ordinaryalienfrsm.jpg" alt="ordinary alien france" class="l_blog" /></a>	<B>ORDINARY ALIEN <BR>

French Release
</B></p>
<p>

George's lastest studio album <I>'Ordinary Alien'</I> will be released for the first time in France on the 5th December.

<P>
This version of the album will include the Kastilla remix of George's single 'Amazing Grace', which has until been unreleased.

<P>
Another one for your 'Ordinary Alien' collection.

<P>
<I>Release date 14th Dec 2011</I><BR>
<I>BackUp Recordings</I>

<P>
<A HREF="http://www.amazon.fr/gp/product/B005ZTDWOM/ref=as_li_ss_tl?ie=UTF8&tag=10bo-21&linkCode=as2&camp=1642&creative=19458&creativeASIN=B005ZTDWOM" target=_blank">
amazon.fr</A>

<P><object width="338" height="190"><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=31595240&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff0179&amp;fullscreen=1&amp;autoplay=0&amp;loop=0"/><embed src="http://vimeo.com/moogaloop.swf?clip_id=31595240&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff0179&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="338" height="190"></embed></object>

<BR>

<BR>





 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">
Updated: 06/12/11 14:48<BR>

Updated: 06/11/11<br>
News added: 20/09/2011 15:41
</span><br /></div><BR>


<br>

<a name="kingofqueens"></a>
<p><a href="img/news/kingofqueens.jpg" rel="lightbox" ><img src="img/news/kingofqueenssm.jpg" alt="Nocturne The Blonde" class="l_blog" /></a>	<B>Announcing... <BR>
KING OF QUEENS<BR>
George's new book
</B></p>
<p>

An <I>official</I>, definitive legacy edition of a stunning new coffee table book <I>'King of Queens'</I> will be released on December 12th 2011 by Kitchen Sink Publishing.

<P>The book reveals a deep and personal journey through George's fascinating life, from conception until now, in stunning imagery and reflective commentary. 

<p>Contents include many unseen personal photos, illustrations, artist photos, school reports, baby book, rare memorabilia, letters and other fascinating insights.

<P><I>Strictly Limited Edition</I> - only <I>999</I> unique pieces will ever exist, each one uniquely numbered, signed and certificated.

<P><img src="img/news/kingofqueensinside.jpg" alt="Nocturne The Blonde" class="r_blog" />Each 18"x12" book includes a 10" picture disc vinyl, hand built into the back cover, featuring unheard and unreleased material from over the years.  Each book features a unique centrefold spread, personalised by George himself!  Quarter bound in luxury litho finish, hand sewn and bound in Italy using only the finest sourced materials and presented in a silkscreen printed cloth-bound clamshell case, featuring embossed blocking and gold leaf finishing. 

<P>
<I>Release date 12th Dec 2011</I><BR>
<I>Retail Price �499</I>

<P>
<A HREF="http://www.kitchensinkpublishing.com/boygeorge.html" target=_blank">
ORDER NOW<BR>
>>CLICK HERE<<</A>

<BR>

<BR>





 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">


News added: 07/09/2011 21:58
</span><br /></div><BR>


<br>


<a name="nocturne"></a>
<p><a href="img/news/nocturne.jpg" rel="lightbox" ><img src="img/news/nocturnesm.jpg" alt="Nocturne The Blonde" class="l_blog" /></a>	<B>NOCTURNE THE BLONDE <BR>
Love Will Tear Us Apart

</B></p>
<p>

The second release on George and Marc Vedo's label <I>VG records</I> is this wonderful remake of <I>'Love Will Tear Us Apart'</I> by <I>Nocturne The Blonde</I>.  <br>
<P>

Both George and Marc were wowed by this track when they heard the white label played, and they both have included it there DJ sets across the globe. They agreed they HAD to release the track on there lable!<BR>



<P>

This remake of The Joy Division's classic brings the song bang up to date. Nocturne The Blonde are vocalist Sam Winston and producers Pete Diggens and Matt Frost of Dark Globe fame. Winston caught the eye and ears of Diggens and Frost at an open mic night back in 2010 and they�ve been recording together ever since. 

<P>
The single includes 10 remixes and is out now exclusively on Beatport!

<P>
<a href="http://www.beatport.com/release/love-will-tear-us-apart/436011" target=_blank>>Buy Now<</a>


<P>






<object width="338" height="220"><param name="movie" value="http://www.youtube.com/v/iG9-3t12jPQ?version=3&amp;hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iG9-3t12jPQ?version=3&amp;hl=en_GB" type="application/x-shockwave-flash" width="338" height="220" allowscriptaccess="always" allowfullscreen="true"></embed></object>

<BR>
<BR>





 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">


News added: 03/09/2011 14:56
</span><br /></div><BR>


<br>















<a name="sunshine"></a>
<p><a href="img/news/funkysoberbig.jpg" rel="lightbox" ><img src="img/news/funkysober.jpg" alt="Sunshine Into My Life" class="l_blog" /></a>	<B>SUNSHINE INTO MY LIFE <BR>

feat. Sharlene Hector<BR>
MARC VEDO/BOYGEORGE
</B></p>
<p>

To be released <I>Mon 30 May 2011</I> is the debut release from Marc Vedo and George's joint venture label Very Good Records.<br>
<P>

George and Marc have collaborated with the incredible sounds of Sharlene Hector, to produce a sun kissed track that�s destined for Global success. Sunshine Into My Life has already notched up full support, and Vedo�s Tribal mix is set for every dance floor in the land.<BR>



<P>

Sharlene Hector rose to fame as �The Coca Cola Girl� � laying down her vocals to produce one of the company�s most memorable ads of all time. Since then she has worked with Basement Jaxx and tracks for Defected, Purple and Warner. George fans may remember that before all of this Sharlene produced backing vocals at numerous George concerts - most memorably at George's Ronnie Scott's gigs in 2003.

<P>
Pre-release Sunshine Into My Life has already been championed by key players in Roger Sanchez, Chris Lake, Tom Novy, Robbie Rivera and Swedish House Mafia�s very own, Axwell.

<P>

1. Sunshine Into My Life (Original Mix)<BR>

2. Sunshine Into My Life (Dub Mix)<BR>

3. Sunshine Into My Life (Vedo Tribal Mix)<BR>

4. Sunshine Into My Life (Chill Mix)<BR>


<P>



The single will be availabe on <a href="https://www.beatport.com/en-US/html/content/release/detail/374622/?utm_campaign=bp_share&utm_source=bp_share_twitter&utm_content=bp_share_release&utm_medium=bp_share_release_374622#app=5663&a486-index=0" target=_blank>Beatport</a> from Monday 30th May.<BR><BR>


<object width="338" height="222"><param name="movie" value="http://www.youtube.com/v/oi0W3TeVlA0?fs=1&amp;hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/oi0W3TeVlA0?fs=1&amp;hl=en_GB" type="application/x-shockwave-flash" width="338" height="222" allowscriptaccess="always" allowfullscreen="true"></embed></object>
<P>
Check out these links:
<P>
<A HREF="
http://www.facebook.com/pages/VG-Records/213275728696728" TARGET="_blank">VG Records Facebook Fan Page</A><BR>

<A HREF="http://www.myspace.com/marcvedo" TARGET="_blank">www.myspace.com/marcvedo</A><BR>

<A HREF="http://www.twitter.com/Marcvedo" TARGET="_blank">www.twitter.com/Marcvedo</A><BR>

<A HREF="http://www.koolwaters.com" TARGET="_blank">www.koolwaters.com</A><BR>

<A HREF="http://www.sharlenehector.com" TARGET="_blank">www.sharlenehector.com</A>
<BR>
<BR>





 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">
Updated: 01/06/2011 18:06<BR>
Updated: 26/05/2011 17:34<BR>

News added: 26/02/2011 13:21
</span><br /></div><BR>


<br>








<a name="gettested"></a>
<p><img src="img/news/gettestedsm.jpg" alt="Get Tested" class="l_blog" />	<B>GET TESTED!<BR>

HEPATITIS C TRUST<BR>
PHOTO EXHIBITION
</B></p>

<P>
The GET TESTED! evening held at London's Jazz cafe on 31st March was a great success, and all together raised �15,000 for the Hepatitus C trust! 
<P>

An Evening With Boy George... also featured guests including Adam Ant, Paloma Faith, Josh Weller, Joe Worricker and a special appearance by Matt Horne who helped auction off George's 80's Icon photographs.

<P>

A great night was had by all, and the HEP C trust would like to thank everyone that took part, especially those who gave so generously to the cause. 


<BR>

<BR>



 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">


News added: 13/04/2011 16:14 </span><br /></div><BR>


<br>


<a name="animalcharm"></a>
<p><a href="img/news/animalcharm.jpg" rel="lightbox" ><img src="img/news/animalcharmsm.jpg" alt="Animal Charm" class="l_blog" /></a>	<B>ANIMAL CHARM <BR>

George appears in<BR>
 new movie!
</B></p>
<p>

<I>Animal Charm</I> is a brand new film directed by celebrated young director Ben Charles Edwards, starring Sadie Frost, Sally Phillips and Emily Beecham and also featuring George in a short speaking roll as, of all things, a policeman!!<br>
<P>

<I>Plot outline:</I><BR>
	
During her performance in a tasteless musical based on Animal Farm, ex fashion designer and fur fanatic, Anne Thrope (Sadie Frost) is kidnapped by a group of animal activists led by her nemesis, Audrey Hoober (Sally Phillips). However, have the activists bitten off more than they can chew? With the help and hindrance of Thrope�s put upon assistant, Verdell, the police close in on the kidnappers. But is too late? And is it Anne that needs salvation�?


<P>

The film is set to be released this summer!

<P>
<I>Screenshots of George in the film:</I>

<P>

<CENTER><a href="img/news/animalcharm/1.jpg" rel="lightbox" ><img src="img/news/animalcharm/tns/1.jpg"  /></a>

<a href="img/news/animalcharm/2.jpg" rel="lightbox" ><img src="img/news/animalcharm/tns/2.jpg"  /></a>

<a href="img/news/animalcharm/3.jpg" rel="lightbox" ><img src="img/news/animalcharm/tns/3.jpg"  /></a><BR>

<a href="img/news/animalcharm/4.jpg" rel="lightbox" ><img src="img/news/animalcharm/tns/4.jpg"  /></a>

<a href="img/news/animalcharm/5.jpg" rel="lightbox" ><img src="img/news/animalcharm/tns/5.jpg"  /></a></CENTER>

<P>




<I>Videos:</I>

<P>


<iframe src="http://player.vimeo.com/video/20215772?title=0&amp;byline=0&amp;portrait=0&amp;color=ff0179" width="388" height="218" frameborder="0"></iframe>

<BR>
<BR>





 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">


News added: 12/03/2011 18:09 </span><br /></div><BR>


<br>






<p><img src="img/news/gettestedsm.jpg" alt="Get Tested" class="l_blog" />	<B>GET TESTED!<BR>

HEPATITIS C TRUST<BR>
PHOTO EXHIBITION
</B></p>
<p>

As mentioned previously on this site, George produced photographs for an exhibition in aid of the GET TESTED! campaign/Hepatitis C Trust, in which various celebs appear as various 80's pop icons.
<P>

The photographs we're exhibited for a limited time at:<BR>

HMV,
360 Oxford Street,
London,


<P>

 <a href="pics_gettested.htm" target=_blank>::SEE FULL SET OF 11 PHOTOS HERE NOW::</a>

<P>
Also, there are a series of Youtube videos on the Hepititis C Trust Youtube channel about the project <a href="http://www.youtube.com/user/gemmapeppe" target=_blank>here!</a>

<P>

Soon you will be able to own prints of these photos and help the Get Tested Campaign by buying them. Links to this will be here shortly!

<P>
<I>and thats not all...</I><BR>


The original photographs, signed by George, will be auctioned of at a special evening at end of March.<BR>
The evening will be held at London's Jazz Cafe, and 
<I>George will perform  a set of jazz classics</I>, along with other guests including Josh Weller, Paloma Faith and Adam Ant.<BR>
An evening not to be missed!<BR><BR>

<I>Get  Tested! An Evening with Boy George</I><BR>
with special guests<BR>



Jazz Cafe, London<BR>

March 31st 2010<BR>


<BR>
<BR>





 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">


News added: 02/02/2011 22:35 </span><br /></div><BR>


<br>





<p><img src="img/news/turntodust.jpg" alt="Ordinary Alien Cover" class="l_blog" />	<B>'TURN TO DUST'<BR>

RADIO REMIX
</B></p>
<p>


Here is a snippet of an exciting new mix of Turn To Dust, mixed by the talented Kevan Frost.
<P>

Turn To Dust is one of 100% Boy's favourite tracks from the current 'Ordinary Alien' album and is possibly going to be George's next single release, although there are no firms plans yet.

<P>

What' d'ya think? Good uh? 

<BR>
<BR>

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



<p id="player"><a href="http://www.macromedia.com/go/getflashplayer">Get Flash</a> to see this player.</p>
<script type="text/javascript">
  var FO = { movie:"mediaplayer.swf",width:"300",height:"20",majorversion:"7",build:"0",bgcolor:"#000000",
             flashvars:"file=turntodustsnippet.mp3&autostart=false&backcolor=0xEC155B&frontcolor=0xFFFF00" };
             
  UFO.create(FO,"player");
</script>
<BR>



 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">


News added: 24/01/2011 18:17 </span><br /></div><BR>


<br>




<a name="album"></a>
	<p><a href="img/news/ordinaryaliencover.jpg" rel="lightbox" ><img src="img/news/ordinaryaliencoversm.jpg" alt="Ordinary Alien Cover" class="l_blog" /></a>	<B>ORDINARY ALIEN<BR>

31ST JAN 2011 (UK)<BR>
1st FEB 2011 (US )
</B></p>
<p>


The long awaited and much talked-about general release of the 'Ordinary Alien' album will be 31st Jan 2011 (UK), 1st Feb (US). <BR>

<BR>

It will be available on CD (UK) and mp3 download.<BR>
<BR>

<B>UK</B><br>

<a href="http://www.amazon.co.uk/gp/product/B004INZSM0?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B004INZSM0" TARGET=_BLANK>>Order CD<</A><BR>


<a href="http://www.amazon.co.uk/gp/product/B004GMNXLQ?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B004GMNXLQ" TARGET=_BLANK>>Order Digital Download <</A><BR>


<B>US</B><br>
<a href="http://www.http://itunes.apple.com/us/album/ordinary-alien-the-kinky-roland/id416240385?ign-mpt=uo%3D4" TARGET=_BLANK>>Order Digital Download <</A><BR>
<BR>

Tracks are:<BR>
<ul>
<li> Turn 2 Dust	
 
<li>	Yes We Can	
 
<li>	Brand New	
<li>	Amazing Grace	
 
<li>	Don't Wanna See Myself
 
<li>	If I Were You	
 
<li> Go Your Own Way	
 
<li>	Time Machine	
 
<li>	Here Come The Girls (feat Ave D) <I>* Not on US  version</I>
 
<li>	Seconds (feat Phiilip Something)	
 
<li> Psychology Of The Dreamer
 
<li> Sanitized	
 
<li>	After Dark	
 
<li>	Kill The A&R	
 
<li>	Human Racing	
 
<li>	Look Pon U
</ul>

<P>The album is also available in many other countrys:<BR>
<a href="http://www.amazon.co.uk/gp/product/B00435JL3A?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B00435JL3A" targer=_blank>Argentina,</a> <a href="http://www.sambastore.com/en/cat_produto_cada.php?cod=LAB100092&PHPSESSID=20bcc6f75f9f9e14f703c97c7468bcfb" target=_blank>Brazil,</a> <a href="http://www.amazon.de/Ordinary-Alien-Boy-George/dp/B004EIIHH2/ref=sr_1_3?ie=UTF8&qid=1296663019&sr=8-3" target=_blank>Germany,</a> 
<a href="http://www.ozon.ru/context/detail/id/5795701/" target=_blank>Russia,</a> <a href="http://cgi.ebay.co.uk/Boy-George-TAIWAN-Ordinary-Alien-2CD-ALBUM-BONUS-w-OBI_W0QQitemZ370480258025QQcategoryZ307QQcmdZViewItemQQ_trksidZp5197.m7QQ_trkparmsZalgo%3DLVI%26itu%3DUCI%26otn%3D2%26po%3DLVI%26ps%3D63%26clkid%3D6805889830334431428#ht_612wt_932" target=_blank>Taiwan</a>
<br>
<BR>
 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">

Updated: 02/02/2011 15:40<br>
News added: 22/12/2010 16:38 </span><br /></div><BR>


<br>

















		<p><a href="img/news/phunkinvestigationbig.jpg" rel="lightbox" ><img src="img/news/phunkinvestigationcover.jpg" alt="Generations Of Love 2011" class="l_blog" /></a>	<B>PHUNK INVESTIGATION  <BR>  
vs BOY GEORGE<BR>
GENERATIONS OF LOVE 2011
</B></p>
<p>
Italian producers Phunk Investigation, who released a successful remix package of <I>Generations Of Love</I> in 2008, have done it again with another 4 remixes for 2011. </I><BR>
<BR>

The remixes are: <br>

<ul>
<li>Reworked 2011 Mix<BR>
<li>Original Reworked Mix<BR>
<li>Noferini Remix<BR>
<li>Da Fresh Remix<BR>
</ul>




<P>Release date 9th Dec 2010<BR>

<BR>

Available at present on mp3 download only from:<BR>
<a href="https://www.beatport.com/en-US/html/content/release/detail/312889/generations-of-love#app=2f3&a486-index=0" target=_blank>www.beatport.com</a>
<BR>
<BR>

<object height="81" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F7786707&amp;show_comments=true&amp;auto_play=false&amp;color=ff007e"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F7786707&amp;show_comments=true&amp;auto_play=false&amp;color=ff007e" type="application/x-shockwave-flash" width="100%"></embed> </object>   <span><a href="http://soundcloud.com/dafresh/phunk-investigation-vs-boy-george-generations-of-love-da-fresh-rmx-tiger-records">
Da Fresh rmx</a> </span><BR>

<BR>


<div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">



News added: 11/12/2010 22:53 </span><br /></div><BR>


<br>

		





	<p><img src="img/news/notpcdsm.jpg" alt="Night Of The Proms CD" class="l_blog" /></a>	<B>NIGHT OF THE PROMS  <BR>  
CD RELEASED
</B></p>
<p>
A CD has been released of this years Night OF The Proms concerts, featuring George.</I><BR>
<BR>


It includes George singing <I>Victims</I> live, and 
<I>Karma Chameleon </I>accompanied by violinist Charlie Siem. <br><br>

Also available on mp3 download.<BR><BR>

<a href="http://www.amazon.de/gp/product/B0048JGPSU?ie=UTF8&tag=boygeorgeuk-21&linkCode=as2&camp=1638&creative=19454&creativeASIN=B0048JGPSU" target=_blank>>>ORDER NOW FROM AMAZON.DE<<</a><BR><BR>



<div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">



News added: 30/11/2010 13:03 </span><br /></div><BR>


<br>




	<p><img src="img/news/watb1.jpg" alt="Worried About The Boy"  class="l_blog" /></a>	<B>WORRIED ABOUT THE BOY <BR>  
WINS 3 RTS AWARDS
</B></p>
<p>
The brilliant TV drama all about George that was televised earlier this year, has won 3 awards in the prestigious <I>Royal Television Society Awards</I>.<BR>


<ul>
<li>Best Production</li>
<li>Best Performance (Douglas Booth)</li>
<li>Best Single Drama</li>
</ul>
<P>Congratulations to Douglas Booth and all those who were involved in making this terrific televisual feast! <br><br>

Dont forget, you can get Worried About The Boy on DVD now!<BR>
<a href="http://www.amazon.co.uk/exec/obidos/ASIN/B003M5H7RY/100boy-21" target=_blank>>>BUY DVD<<</a><BR><BR><br>



<div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">



News added: 23/11/2010 22:47 </span><br /></div><BR>


<br>









	<p><img src="img/news/djvg.jpg" alt="DJ Mag/VG Records"  class="l_blog" /></a>	<B>VERY GOOD RECORDS/ <BR>  
DJ MAG
</B></p>
<p>
George and Marc Vedo have founded a new label to release there work that they do together and called it Very Good Records!.<BR><BR>


Taking the initials V from Vedo and the G from George they came up with the excellent name for the new venture.<BR>
 <BR>

VG Records will release DJ mixes by Marc and George as well as the work that the pair do producing and mixing there own and other peoples tracks.<br><br>

<img src="img/news/djmagvgcdsm.jpg" alt="DJ Mag/VG Records"  class="r_blog" />To celebrate the setting up of the label DJ Mag will include a cover mount CD with a DJ mix from George and Marc in its December issue.<BR><br>

Missed DJ mag.... listen to the mix now here:<BR><BR>


<object height="81" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F8828960&amp;show_comments=false&amp;auto_play=false&amp;color=ff007e"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F8828960&amp;show_comments=false&amp;auto_play=false&amp;color=ff007e" type="application/x-shockwave-flash" width="100%"></embed> </object>   
<BR>

<BR>

The first proper release from VG will be 'Sunshine Into My Life' featuring Charlene Hector, which is already well on its way to being a dance floor smash. Look out for this release very soon.<BR>

<BR>

<div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">


Updated: 13/01/11 21:59<br>
News added: 20/11/2010 19:58 </span><br /></div><BR>


<br>





	<p><a href="img/news/stlmcover.jpg" rel="lightbox" ><img src="img/news/stlmcoversm.jpg" alt="Somebody To Love Me Cover"  class="l_blog" /></a>	<B>SOMEBODY TO LOVE ME <BR>  
THE SINGLE
</B></p>
<p>

The fabulous track 'Somebody To Love Me' will be the next single from Mark Ronson and the Business Intl's album Record Collection, and because of media interest the single will now be released on the 29th November 2010.<BR><BR>


The release promises to have lots of exciting remixes of the song, which Ronson himself has said to be the best track from the album, and probably the best he has worked on! 
<P>
Tracklist:<BR>
01. Somebody To Love Me (Single Mix) <BR>

02. Somebody To Love Me (Herve 'Very Vox' Remix) <BR>

03. Somebody To Love Me (Holy Ghost! Remix)<BR>



05. Somebody To Love Me (Congorock Remix)<BR>
<BR>

<a href="http://www.amazon.co.uk/gp/product/B004AKV8PC?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B004AKV8PC">>ORDER  HERE< MP3 DOWNLOAD </a><img src="http://www.assoc-amazon.co.uk/e/ir?t=100boy-21&l=as2&o=2&a=B004AKV8PC" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<BR>
<a href="http://www.amazon.co.uk/gp/product/B00488I8MM?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B00488I8MM">>ORDER  HERE< 12" SINGLE </a><img src="http://www.assoc-amazon.co.uk/e/ir?t=100boy-21&l=as2&o=2&a=B00488I8MM" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<BR>

<BR>

<a href="img/news/stlmcover.jpg" rel="lightbox" >View cover art here!</a>


<BR><BR>

<B>VIDEO</B> produced by Saam Farahmand
<BR>
<object width="338" height="215"><param name="movie" value="http://www.youtube.com/v/b7MmqD4ovwg?fs=1&amp;hl=en_GB&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/b7MmqD4ovwg?fs=1&amp;hl=en_GB&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="338" height="215"></embed></object>
 <BR><BR>

Listen to this great remix by Red Amber Green:<BR><BR>


<object height="81" width="338"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F6013168&amp;show_comments=true&amp;auto_play=false&amp;color=ff007e"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F6013168&amp;show_comments=true&amp;auto_play=false&amp;color=ff007e" type="application/x-shockwave-flash" width="338"></embed> </object>   <BR>

<BR>
<div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">

Updated: 03/11/10 13:54<BR>
Updated: 16/10/10 15:52<BR>
Updated: 13/10/10 23:59<BR>

News added: 29/09/2010 19:48 </span><br /></div><BR>


<br>





<a name="pentonville"></a>
	<p><img src="img/news/pentonville.jpg" alt="Pentonville Blues"  class="l_blog" />	<B>PENTONVILLE BLUES<BR>
GLIDE & SWERVE ft. BOY GEORGE
</B></p>
<p>

Electronic duo Glide & Swerve have teamed up with George to release the deeply personal 'Pentonville Blues', which has been a live favourite since George first performed it in recent  concerts.  



<P>Glide & Swerve  Pentonville Blues featuring Boy George will be available from all good digital retailers from <I>18th October 2010</I>.<BR>

<BR>

<I>News just in:</I> A limited run of CD singles  is available from Amazon UK NOW!!!<BR>
<A HREF="http://www.amazon.co.uk/gp/product/B0049FOKVC?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B0049FOKVC" TARGET=_BLANK>>ORDER CD SINGLE HERE<</A>
<BR>


<P><a href="img/news/georgewithglideandswerve.jpg" rel="lightbox" ><img src="img/news/georgewithglideandswervesm.jpg" alt="George & Glide & Swerve" class="r_blog" /></a>
Release includes:<BR>

01. Pentonville Blues (Original Sin Remix)<BR>
 

02. Pentonville Blues (Jozef Mihalik XP7073 Remix)<BR>


03. Pentonville Blues (Dubversive Subversive Remix)<BR>


04. Pentonville Blues (Jay Chappell On Parole Remix)<BR>


05. Pentonville Blues (Jay Kay Freedom Remix)<BR>




<BR>

<a href="http://www.martyrmantras.com/boygeorgeuk/pentonvilleblues/index.html" target=_blank>>See E-flyer<</A><BR>
<BR>

<a href="http://www.amazon.co.uk/gp/product/B0043UYFLI?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B0043UYFLI" target=_blank>>ORDER DIGITAL DOWNLOAD HERE<</A><BR>

<BR>

<object width="338" height="215"><param name="movie" value="http://www.youtube.com/v/qUu7sqPOT_o?fs=1&amp;hl=en_GB&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qUu7sqPOT_o?fs=1&amp;hl=en_GB&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="338" height="215"></embed></object>
<BR>

<BR>
 <div class="blogfoot"><span class="foot_bottom">


           </span>
<span class="foot_top">
Updated: 28/10/10 18:27<br>
Updated: 19/10/10 19:32<br>
Updated: 13/10/10 23:58<br>
Updated: 11/10/10 01:25<BR>
News added: 11/09/2010 21:02 </span><br /></div><BR>


<br>


































	








































<a name="tour"></a> 
<h1>Concert Dates</h1>
		<h3> as they're confirmed </h3><BR>


	<p>	<ul>



</ul>

              </p>



























		







		



<div class="blogfoot">
		<span class="foot_bottom">
PRINCE'S TRUST SPRING BALL<BR>
The Hurlingham Club, London<BR>
Tue 10th May 2012<BR>

<a href="http://www.princes-trust.org.uk/support_us/events/national_events/spring_ball_2012.aspx" target=_blank>Tickets</a><BR>

</div><BR>


<P>








	


<a name="dj"></a>  

		
		<h1>DJ tour dates</h1>
		<h3> as they're confirmed </h3><BR>

<BR>











			<ul>



 


               
</ul>































<div class="blogfoot">
		<span class="foot_bottom">
Vanity<BR>
Cologne, Germany<BR>
Sat 3rd March 2012<BR>
<a href="http://vanity.cc/" target=_blank>www.vanity.cc</a><BR>

</div><BR>


<div class="blogfoot">
		<span class="foot_bottom">
Coma Club<BR>
Copenhagen, Denmark<BR>
Sat 10th March 2012<BR>
<a href="img/news/comaclubflyer.jpg" rel="lightbox" >>View Flyer< </A><BR>
<a href="http://www.comaclub.dk/" target=_blank>www.comaclub.dk</a><BR>

</div><BR>



<div class="blogfoot">
		<span class="foot_bottom">
Electrojump Festival<BR>
Portugal<BR>
Sun 11th March 2012<BR>
<a href="img/news/electrojumpflyer.jpg" rel="lightbox" >>View Flyer< </A><BR>
<a href="http://www.electrojump.com/" target=_blank>www.electrojump.com</a><BR>

</div><BR>




<div class="blogfoot">
		<span class="foot_bottom">
Le Meridien<BR>
Vienna, Austria<BR>
Fri 23rd March 2012<BR>
<a href="img/news/lemeridienflyer.jpg" rel="lightbox" >>View Flyer< </A><BR>
<a href="http://www.fashion-check-in.at/" target=_blank>www.fashion-check-in.at</a><BR>

</div><BR>


<div class="blogfoot">
		<span class="foot_bottom">
Club Amadeus<BR>

Northallerton, North Yorkshire, UK<BR>

Sat 31st March 2012<BR>

<a href="http://www.clubamadeus.co.uk/" target=_blank>www.clubamadeus.co.uk</a><BR>

</div><BR>







		<h1>Recent Releases</h1>
		<h3>Gotta have em!</h3><BR><BR>
<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_donttakethenight.jpg" alt="Dont Take The Night"  align=right /> DON'T TAKE THE NIGHT <BR>
Boy George & Marc Vedo Ft. Drew Jaymson<BR>

</span></br>
		<span class="foot_top">Digital Single</br> released:  19th Dec 2011<BR></span>
		<span class="foot_top"> <a href="http://www.beatport.com/release/dont-take-the-night/841512" target=_blank>Buy  Now:  Beatport</a> </span></div><BR><BR>

<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_oa.jpg" alt="Ordinary Alien"  align=right /> ORDINARY ALIEN (FRENCH RELEASE) <BR>
Boy George <BR>

</span></br>
		<span class="foot_top">CD Album</br> released:  14th Dec 2011<BR></span>
		<span class="foot_top"> <a href="http://www.amazon.fr/gp/product/B005ZTDWOM/ref=as_li_ss_tl?ie=UTF8&tag=10bo-21&linkCode=as2&camp=1642&creative=19458&creativeASIN=B005ZTDWOM" target=_blank>Buy  Now</a> </span></div><BR><BR>


<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_turn2dustreggae.jpg" alt="Turn 2 Dust"  align=right /> TURN 2 DUST (REGGAE MIXES) <BR>
Boy George<BR>

</span></br>
		<span class="foot_top">Digital Single</br> released:  12th Dec 2011<BR></span>
		<span class="foot_top"> <a href="http://clk.tradedoubler.com/click?p=23708&a=2045016&url=http%3A%2F%2Fitunes.apple.com%2Fgb%2Falbum%2Fturn-2-dust-reggae-mixes-ep%2Fid483399504%3Fuo%3D4%26partnerId%3D2003" target=_blank>Buy  Now:  Itunes</a> </span><br>
<span class="foot_top"> <a href="http://www.juno.co.uk/search/?quick_search_records=m_vinyl&q=BOY+GEORGE&x=11&y=10&qs=1&s_search_precision=any&s_search_type=all&s_genre_id=0000?ref=bog" target=_blank>Buy 7" Now</a> </span></div><BR><BR>

<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_ccessential.jpg" alt="Culture Club Essential"  align=right /> CULTURE CLUB ESSENTIAL<BR>
CULTURE CLUB<BR>

</span></br>
		<span class="foot_top">CD Album</br> released:  31st   Oct 2011<BR></span>
		<span class="foot_top"> <a href="http://www.amazon.co.uk/gp/product/B005GMSN1U/ref=as_li_ss_tl?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B005GMSN1U" target=_target>Buy Now: UK</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=100boy-21&l=as2&o=2&a=B005GMSN1U" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
 </span></div><BR><BR>

<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_turn2dust.jpg" alt="Turn 2 Dust"  align=right /> TURN 2 DUST <BR>
BOY GEORGE<BR>

</span></br>
		<span class="foot_top">Digital Single</br> released:  5th   Sept 2011<BR></span>
		<span class="foot_top"> <a href="http://clk.tradedoubler.com/click?p=23708&a=2045016&url=http%3A%2F%2Fitunes.apple.com%2Fgb%2Falbum%2Fturn-2-dust-remixes%2Fid455323432%3Fuo%3D4%26partnerId%3D2003" target="itunes_store">Buy Now: Itunes</a> </span></div><BR><BR>

<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_nocturne.jpg" alt="Nocturne The Blonde"  align=right /> LOVE WILL TEAR US APART <BR>
NOCTURNE THE BLONDE<BR>

</span></br>
		<span class="foot_top">Digital Single</br> released:  29th Aug 2011<BR></span>
		<span class="foot_top"> <a href="http://clk.tradedoubler.com/click?p=23708&a=2045016&url=http%3A%2F%2Fitunes.apple.com%2Fgb%2Falbum%2Flove-will-tear-us-apart%2Fid456634764%3Fuo%3D4%26partnerId%3D2003" target="itunes_store">Buy Now: Itunes</a> </span></div><BR><BR>

<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_sunshine.jpg" alt="Sunshine Into My Life"  align=right /> Sunshine Into My Life <BR>
Funkysober ft. Sharlene Hector<BR>

</span></br>
		<span class="foot_top">Digital Single</br> released:  30th May 2011<BR></span>
		<span class="foot_top"> <a href="http://clk.tradedoubler.com/click?p=23708&a=2045016&url=http%3A%2F%2Fitunes.apple.com%2Fgb%2Falbum%2Fsunshine-into-my-life-feat.%2Fid436380354%3Fuo%3D4%26partnerId%3D2003" target=_blank>Buy  Now:  Itunes</a> </span></div><BR><BR>

<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_oa.jpg" alt="Ordinary Alien"  align=right /> ORDINARY ALIEN<BR>
BOY GEORGE<BR>

 </span></br>
		<span class="foot_top">CD and digital  album, released: 31st Jan 2011<BR></span>
<span class="foot_top"> <a href="http://www.amazon.co.uk/gp/product/B004INZSM0/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=6738&creativeASIN=B004INZSM0" target="_blank">Buy Now UK</a> </span><BR>
<span class="foot_top"> <a href="http://www.amazon.com/exec/obidos/ASIN/B00435JL3A/100boy-20" target="_blank">Buy Now US</a> </span></div><BR><BR>

<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_phunk.jpg" alt="Generations Of Love"  align=right /> GENERATIONS OF LOVE 2011<BR>
 PHUNK INVESTIGATION VS BOY GEORGE</span></br>
		<span class="foot_top">Digital Single</br> released: 9th Dec 2010<BR></span>
		<span class="foot_top"> <a href="http://www.amazon.co.uk/gp/product/B004IU7R90/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=6738&creativeASIN=B004IU7R90" target="_blank">BUY NOW UK</a> </span><BR>
<span class="foot_top"> <a href="http://www.amazon.com/exec/obidos/ASIN/B0056K5AS6/100boy-20" target="_blank">BUY NOW US</a> </span></div><BR><BR>

<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_notp.jpg" alt="Night Of The Proms"  align=right /> NIGHT OF THE PROMS<BR>
COMPILATION<BR>
</span></br>
		<span class="foot_top">Cd album</br>
 released: 26th Nov 2010<BR></span>
		<span class="foot_top"> <a href="http://www.amazon.de/gp/product/B0048JGPSU?ie=UTF8&tag=boygeorgeuk-21&linkCode=as2&camp=1638&creative=19454&creativeASIN=B0048JGPSU" target="_blank">BUY NOW </a> </span>
</div><BR><BR>


<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_ghr.jpg" alt="Greatest Hits"  align=right /> GREATEST HITS (REPACKAGED)<BR>
 CULTURE CLUB<BR>
</span></br>
		<span class="foot_top">CD album</br> released: 23rd Aug 2010<BR></span>
		<span class="foot_top"> <a href="http://www.amazon.co.uk/gp/product/B003TOYG5E?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B003TOYG5E" target="_blank">BUY NOW UK</a> </span>
</div><BR><BR><BR>

<BR>

<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_stlm.jpg" alt="Somebody To Love Me"  align=right />SOMEBODY TO LOVE ME<BR>
MARK RONSON AND THE BUS INTL<BR>
FT. BOY GEORGE<BR>
</span></br>
		<span class="foot_top">12" and digital Single</br> released: 29th Nov 2010<BR></span>
		<span class="foot_top"> <a href="http://www.amazon.co.uk/gp/product/B00488I8MM?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B00488I8MM" target="_blank">12" BUY NOW UK</a> </span><BR>
<span class="foot_top"> <a href="http://www.amazon.co.uk/gp/product/B004AKV8PC?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B004AKV8PC" target="_blank">DIGITAL SINGLE BUY NOW UK</a> </span></div><BR><BR>


<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_pentonville.jpg" alt="Pentonville Blues"  align=right />PENTONVILLE BLUES<BR>
GLIDE AND SWERVE 
FT. BOY GEORGE<BR>
</span></br>
		<span class="foot_top"> CD and digital Single</br> released: 18th Oct 2010<BR></span>
		<span class="foot_top"> <a href="http://www.amazon.co.uk/gp/product/B0049FOKVC?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B0049FOKVC" target="_blank">CD BUY NOW UK</a> </span><BR>
<span class="foot_top"> <a href="http://www.amazon.co.uk/gp/product/B0043UYFLI?ie=UTF8&tag=100boy-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B0043UYFLI" target="_blank">DIGITAL SINGLE BUY NOW UK</a> </span><BR>
<span class="foot_top"> <a href="http://www.amazon.com/exec/obidos/ASIN/B0043UFFH6/100boy-20" target="_blank">DIGITAL SINGLE BUY NOW US</a> </span>
</div><BR><BR>
		
<div class="blogfoot">
		<span class="foot_bottom"><img src="img/news/rel_ag.jpg" alt="Amazing Grace"  align=right />AMAZING GRACE<BR>
 
BOY GEORGE<BR>
</span></br>
		<span class="foot_top">Single</br> released: 22nd March 2010<BR></span>
		<span class="foot_top"> <a href="http://www.amazon.co.uk/s/ref=nb_sb_noss?url=search-alias%3Ddigital-music&field-keywords=Amazing+Grace+Boy+George&x=0&y=0" target="_blank">BUY NOW UK</a> </span><BR>

</div><BR><BR>

<a name="tv"></a>   
		<h1>Upcoming TV & Radio</h1>
		<h3>and stuff</h3><BR><BR>




























<P><B> UK TV</B></p>



<div class="blogfoot">
		<span class="foot_bottom">

NONE SCHEDULED<BR>






</span>
</div><BR>



<BR>


















 


<a name="medianews"></a>          
      
<BR>

		<h1>Latest Media News</h1>
		<h3>from outside sources</h3><BR>

<ul>

 <li> COBY COMES TO BRITAIN COURTESY OF BOY GEORGE


www.totallyjewish.com |
24 Oct 09
<br>
 <a href="http://www.totallyjewish.com/entertainment/features_and_reviews/?content_id=12657" target=_blank><BR><U>View Here</U></a><br>
</li>

 <li> I HAD PRISON COMING TO ME SAYS BOY GEORGE


www.dailymail.co.uk |
24 Oct 09
<br>
 <a href="http://www.dailymail.co.uk/tvshowbiz/article-1222646/I-prison-coming-says-Boy-George.html" target=_blank><BR><U>View Here</U></a><br>
</li>


 <li> BOY GEORGE: MY PORRIDGE<BR>



www.thesun.co.uk |
24 Oct 09
<br>
 <a href="http://www.thesun.co.uk/sol/homepage/showbiz/tv/2697645/Boy-George-I-deserved-prison.html" target=_blank><BR><U>View Here</U></a><br>
</li>


 <li> BY GEORGE, HE GOES TO SHUL!<BR>



www.totallyjewish.com |
01 Oct 09
<br>
 <a href="http://www.totallyjewish.com/news/national/c-12529/by-george-he-goes-to-shul/" target=_blank><BR><U>View Here</U></a><br>
</li>



 <li> BOY GEORGE TO BRING UP CLOSE AND PERSONAL CONCERT TO LEICESTER SQUARE THEATRE


www.theatermania.com |
01 Oct 09
<br>
 <a href="http://www.theatermania.com/london/news/10-2009/boy-george-to-bring-up-close-and-personal-concert_21676.html" target=_blank><BR><U>View Here</U></a><br>
</li>

 <li> BOY GEORGE RETURNS TO LEICESTER SQUARE THEATRE


www.playbill.com |
01 Oct 09
<br>
 <a href="http://www.playbill.com/news/article/133414-Boy_George_Will_Return_to_Leicester_Square_Theatre_for_Up_Close_and_Personal_Concert" target=_blank><BR><U>View Here</U></a><br>
</li>




 <li> UP CLOSE & PERSONAL IN THE WESTEND


www.broadwayworld.com |
01 Oct 09
<br>
 <a href="http://www.broadwayworld.com/article/Boy_George_Up_Close_And_Personal_In_The_West_End_1220_20091001" target=_blank><BR><U>View Here</U></a><br>
</li>



 <li> CONCERT RETURNS BOY GEORGE TO TABOO BIRTHPLACE
www.whatsonstage.com|
01 Oct 09
<br>
 <a href="http://www.whatsonstage.com/news/theatre/london/E8831254388456/Concert+Returns+Boy+George+to+Taboo+Birthplace.html" target=_blank><BR><U>View Here</U></a><br>
</li>


 <li> THE DRUMS ARE LIKE THE SMITHS
<br>
www.nme.com|
21 Sept 09
<br>
 <a href="http://www.nme.com/news/boy-george/47417" target=_blank><BR><U>View Here</U></a><br>
</li>

   <li>BOY GEORGE ON HIS CLOTHING LINES
<br> www.stylenews.peoplestylewatch.com |4 Sept 09

 <a href="http://stylenews.peoplestylewatch.com/2009/09/04/boy-george-on-his-clothing-line-and-musical-inspiration/?awesm=1Nqb&utm_campaig7x" target=_blank><BR><U>View Here</U></a><br>
</li>
 
    <li>WHY BOY GEORGE CAN'T WAIT TO GO BACK TO PRISON
<br> www.express.co.uk |26 July 09

 <a href="http://www.express.co.uk/posts/view/116487/Why-Boy-George-can-t-wait-to-go-back-to-prison-" target=_blank><BR><U>View Here</U></a><br>
</li> 

<li> BOY GEORGE SHOWS US SOMETHING VILE
<br>
www.mrpaparazzi.com |
09 July 09
<br>
 <a href="http://www.mrpaparazzi.com/post/7603/Boy-George-Shows-Us-Something-Vile.aspx" target=_blank><BR><U>View Here</U></a><br>
</li>


<li> BOY GEORGE'S BIRTHDAAY WEEK
<br>
www.celebritysmackblog.com |
18 June 09
<br>
 <a href="http://www.celebritysmackblog.com/2009/06/18/boy-georges-birthday-week/" target=_blank><BR><U>View Here</U></a><br>
</li>

<li> BOY GEORGE MEETS MAMA CAST
<br>
www.whatsonstage.coM |
16 June 09
<br>
 <a href="http://www.whatsonstage.com/index.php?pg=207&story=E8831245174593&title=Photos%3A+Boy+George+Meets+New+Mamma+Cast&ref=D" target=_blank><BR><U>View Here</U></a><br>
</li>

<li> BOY GEORGE KISSES MYSTERY WOMAN
<br>
www.holymoly.co.uk |
09 June 09
<br>
 <a href="http://www.holymoly.com/news/boy-george-kisses-mystery-woman13865.html?img_id=5" target=_blank><BR><U>View Here</U></a><br>
</li>

<li> BOY GEORGE ENJOYS THE BANK HOLIDAY SUNSHINE
<br>
www.dailymail.co.uk |
24 May 09
<br>
 <a href="http://www.dailymail.co.uk/tvshowbiz/article-1187070/Boy-George-enjoys-bank-holiday-sunshine-friends.html" target=_blank><BR><U>View Here</U></a><br>
</li>

<li>HEALTHY-LOOKING BOY GEORGE
<br>
www.dailymail.co.uk |
11 May 09
<br>
 <a href="http://www.dailymail.co.uk/tvshowbiz/article-1180468/Boy-George-gives-healthy-salute-released-jail-good-behaviour.html" target=_blank><BR><U>View Here</U></a><br>
</li>

<li>BOY, ITS SURE GOOD TO BE FREE
<br>
www.thesun.co.uk |
11 May 09
<br>
 <a href="http://www.thesun.co.uk/sol/homepage/news/article2422987.ece" target=_blank><BR><U>View Here</U></a><br>
</li>



<li>BOY GEORGE GETS 15 MONTHS FOR FALSELY IMPRISONING MALE ESCORT
<br>
www.guardian.co.uk |
16 Jan 09
<br>
 <a href="http://www.guardian.co.uk/uk/2009/jan/16/boy-george-sentenced-handcuffing-male-escort" target=_blank><BR><U>View Here</U></a><br>
</li>

<li>BOY GEORGE SENTENCED TO 15 MONTHS IN JAIL
<br>
www.timesonline.co.uk |
16 Jan 09
<br>
 <a href="http://www.timesonline.co.uk/tol/news/uk/crime/article5531094.ece" target=_blank><BR><U>View Here</U></a><br>
</li>

<li>ESCORT ATTACK: BOY GEORGE JAILED
<br>
www.news.sky.com |
16 Jan 09
<br>
 <a href="http://news.sky.com/skynews/Home/UK-News/Boy-George-Singer-Turned-DJ-Jailed-For-15-Months-For-Handcuffing-Male-Escort-To-Bed/Article/200901315204875?lpos=UK_News_Carousel_Region_3&lid=ARTICLE_15204875_Boy_George%3A_Singer-Turned-DJ_Jailed_For_15_Months_For_Handcuffing_Male_Escort_To_Bed" target=_blank><BR><U>View Here</U></a><br>

</li>

<li>BARRISTER ADMITS SINGER BEHAVED LIKE A 'DRUG-CRAZED' IDIOT
<br>
www.timesonline.co.uk |
16 Jan 09
<br>
 <a href="http://www.timesonline.co.uk/tol/news/uk/crime/article5530445.ece" target=_blank><BR><U>View Here</U></a><br>

</li>

<li>I DIDNT GIVE EVIDENCE TO SPARE MY DYING MUM
<br>
www.dailymail.co.uk |
16 Jan 09
<br>
 <a href="http://www.dailymail.co.uk/tvshowbiz/article-1118962/Boy-George-I-didnt-evidence-spare-dying-mum.html" target=_blank><BR><U>View Here</U></a><br>

</li>

<li>I'LL GO TO PRISON TO SAVE MY DYING MUM
<br>
www.mirror.co.uk |
16 Jan 09
<br>
 <a href="http://www.mirror.co.uk/2009/01/16/boy-george-i-ll-go-to-prison-to-save-my-dying-mum-115875-21044295/" target=_blank><BR><U>View Here</U></a><br>

</li>

<li>BOY GEORGE TAKES IN DJ BAILED AFTER PAEDO RAP
<br>
www.thesun.co.uk |
10 Jan 09
<br>
 <a href="http://www.independent.co.uk/arts-entertainment/music/reviews/boy-george-pigalle-club-london-1214707.html" target=_blank><BR><U>View Here</U></a><br>

</li>

<li>INTERVIEW: BOY GEORGE
<br>
www.thisisnottingham.co.uk |
08 Jan 09
<br>
 <a href="http://www.independent.co.uk/arts-entertainment/music/reviews/boy-george-pigalle-club-london-1214707.html" target=_blank><BR><U>View Here</U></a><br>

</li>

<li>BOY GEORGE, PIGALLE CLUB, LONDON 
<br>
www.independent.co.uk |
29 Dec 08
<br>
 <a href="http://www.independent.co.uk/arts-entertainment/music/reviews/boy-george-pigalle-club-london-1214707.html" target=_blank><BR><U>View Here</U></a><br>

</li>

<li>BOY GEORGE 
<br>
www.ft.com |
19 Dec 08
<br>
 <a href="http://www.ft.com/cms/s/0/0f861bf6-cd6f-11dd-9905-000077b07658.html" target=_blank><BR><U>View Here</U></a><br>

</li>


<li>BOY GEORGE AT THE PIGALLE CLUB
<br>
www.telegraph.co.uk|
18 Dec 08
<br>
 <a href="http://www.telegraph.co.uk/culture/culturecritics/tomhoran/3831592/Boy-George-at-the-Pigalle-Club-review-sounds-of-the-underground.html" target=_blank><BR><U>View Here</U></a><br>

</li>

<li>BOY GEORGE SPEAKS ABOUT KIDNAP CASE AT GIG
<br>
www.nme.com |
18 Dec 08
<br>
 <a href="http://www.nme.com/news/boy-george/41733" target=_blank><BR><U>View Here</U></a><br>

</li>
<li>DEFIANT BOY GEORGE TAKES TO THE STAGE
<br>
www.thisislondon.co.uk |
17 Dec 08
<br>
 <a href="http://www.thisislondon.co.uk/music/gig-23358786-details/Boy+George/gigReview.do?reviewId=23603259" target=_blank><BR><U>View Here</U></a><br>

</li>
<li>BOY GEORGE AT THE PIGALLE CLUB, W1

<br>
www.timeonline.co.uk |
17 Dec 08
<br>
 <a href="http://entertainment.timesonline.co.uk/tol/arts_and_entertainment/music/live_reviews/article5359333.ece" target=_blank><BR><U>View Here</U></a><br>

</li>


		
            
            
            
<a name="medianewsvideo"></a>
		</ul>


<P><b>VIDEO</b></p>
<ul>
	<li>GEORGE I-CHAT ON PEREZ  HILTON<br>
 perezhilton.com | 1 july 08 <a href="http://perezhilton.com/tv/index.php?keyword=boy%20george&ptvid=9431d1309f631&start=0&end=1" target=_blank><BR><U>View Here</U></a></li>
	<li>GEORGE TREATS MOSCOW CLUBBERS<br>
 Russia Today | 24 Dec 07 <a href="http://www.russiatoday.ru/entertainment/news/18925/video" target=_blank><BR><U>View Here</U></a></li>
<li>GEORGE @ THE WEEK, BRAZIL (1) <br>
 Mixbrasil | 17 July 07<a href="http://mixbrasil.uol.com.br/mp/upload/noticia/10_113_61381.shtml" target=_blank><BR><U>View Here</U></a></li>
            
			<li>GEORGE @ THE WEEK, BRAZIL (2) <br>
  Mixbrasil | 17 July 07<a href="http://mixbrasil.uol.com.br/mp/upload/noticia/10_113_61382.shtml" target=_blank><BR><U>View Here</U></a></li>
			<li>FULL LENGTH VIDEO INTERVIEW<br>
 TV3 | 22 Feb 07 <a href="http://www.tv3.co.nz/News/EntertainmentNews/tabid/186/ArticleID/21788/Default.aspx" target=_blank><BR><U>View Here</U></a></li>
			<li>JACQUIE BROWN MEETS GEORGE VIDEO <br>
  TV3 | 22 Feb 07<a href="http://www.tv3.co.nz/Video/JacquieBrownmeetsBoyGeorge/tabid/367/articleID/21852/cat/100/Default.aspx " target=_blank><BR><U>View Here</U></a></li>
			<li>UNDER THE PINK CARPET<br>
BlipTV | 26 Feb 07
      <a  href="http://blip.tv/file/156648 " target=-blank><BR><U>View Here</U></a></li>
            
            
            

		</ul>
<BR>

<BR>

<BR>

<BR>
<BR><BR>
</div>
<div id="footer">
		<br>
<br>

<br>
	<br><br>
<br>

<br>
	<br><br>
<br>
<br>
<br>
<br>
	<br><br>
<br>
<br>

<div class="ie_foot"><p><span class="rf_item">&copy; 2012 www.boygeorgeuk.com</span>  </div>
	</div>
</div>




</div>

<script type="text/javascript">
disableSelection(document.body) //disable text selection on entire body of page
</script>



</body>
</html>