ÿþ<html> <head> <META http-equiv="Content-Type" content="text/html"> <title>CIRCLE OF CONFUSION</title> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> <meta name="description" content="CIRCLE OF CONFUSION is the New York and L.A.-based management and production entity responsible for representation of the industry's top writing and directing talents as well as many of movie and television's top films and series." /> <meta name="keywords" content="comics, movies, motion pictures, films, television, tv, production, producing, management, talent representation, writers, scripts, directors, producers, comic books, POWERS, Walking Dead, Chew, Existence, Brubaker, Bendis, Kirkman, AMC" /> <style type="text/css"> <!-- body { background: url('imx/prometheus_bg.jpg'); background-color: #1d2124; background-repeat: no-repeat; background-attachment: scroll; position: relative; width: 956px; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; padding: 0; background-position: center top; font-family: Verdana, Arial, Helvetica, sans-serif; } p {font-size: 8pt;} A { text-decoration: none } --> </style> <SCRIPT LANGUAGE="JavaScript"> <!-- function startup() { document.getElementById("new4").style.visibility = "visible" } function showLayer(x) { document.getElementById("new1").style.visibility = "hidden"; document.getElementById("new2").style.visibility = "hidden"; document.getElementById("new3").style.visibility = "hidden"; document.getElementById("new4").style.visibility = "hidden"; document.getElementById("new5").style.visibility = "hidden"; document.getElementById("new6").style.visibility = "hidden"; x.style.visibility = "visible"; } --> </SCRIPT> </head> <body marginwidth="0" marginheight="0" topmargin="2" leftmargin="10" bgcolor="#ffffff"> <table width="960" cellpadding="0" cellspacing="0" border="2" bordercolor="#180000" bgcolor="#ffffff" align="center"> <tr> <td> <table width="956" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" align="center"> <tr> <td><img src="imx/circlelogo4.jpg" alt="" width="956" height="124" border="0"></td> </tr> </table> <table width="956" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" align="center"> <tr> <td width="956" bgcolor="#280000" height="45" align="center"><a href="management.html"><img src="imx/manbutton.jpg" border="0"></a><a href="production.html"><img src="imx/probutton.jpg" border="0"></a></td> </tr> </table> <table width="956" height="335" cellpadding="0" cellspacing="0" border="0" bgcolor="#fffffff" align="center"> <tr> <td> <script type="text/javascript"> var ultimateshow=new Array() ultimateshow[0]=['http://www.circleofconfusion.com/features/prometheusfeat1.jpg', 'http://www.circleofconfusion.com/prometheus.html', ''] ultimateshow[1]=['http://www.circleofconfusion.com/features/wrathtitans2.jpg', 'http://www.circleofconfusion.com/wrathofthetitans.html', ''] ultimateshow[2]=['http://www.circleofconfusion.com/features/thinkmanfeat.jpg', 'http://www.circleofconfusion.com/thinkman.html', ''] ultimateshow[3]=['http://www.circleofconfusion.com/features/breakinginfeat.jpg', 'http://www.circleofconfusion.com/television.html', ''] ultimateshow[4]=['http://www.circleofconfusion.com/features/twdfeat3.jpg', 'http://www.circleofconfusion.com/walkingdead.html', ''] ultimateshow[5]=['http://www.circleofconfusion.com/features/friendsfeat2.jpg', 'http://www.circleofconfusion.com/friendswbenefits.html', ''] ultimateshow[6]=['http://www.circleofconfusion.com/features/hannafeat2.jpg', 'http://www.circleofconfusion.com/hanna.html', ''] ultimateshow[7]=['http://www.circleofconfusion.com/features/dexterfeat1.jpg', 'http://www.circleofconfusion.com/television.html', ''] ultimateshow[8]=['http://www.circleofconfusion.com/features/psychfeat1.jpg', 'http://www.circleofconfusion.com/television.html', ''] ultimateshow[9]=['http://www.circleofconfusion.com/features/whistlefeat2.jpg', 'http://www.circleofconfusion.com/whistleblower.html', ''] ultimateshow[10]=['http://www.circleofconfusion.com/features/chroniclefeat.jpg', 'http://www.circleofconfusion.com/chronicle.html', ''] ultimateshow[11]=['http://www.circleofconfusion.com/features/hysteriafeat1.jpg', 'http://www.circleofconfusion.com/hysteria.html', ''] ultimateshow[12]=['http://www.circleofconfusion.com/features/matrixfeat.jpg', 'http://www.circleofconfusion.com/matrix.html', ''] var slidewidth="956px" var slideheight="335px" var slidecycles="continous" var randomorder="no" var preloadimages="yes" var slidebgcolor='black' //configure the below variable to determine the delay between image rotations (in miliseconds) var slidedelay=5000 ////Do not edit pass this line//////////////// var ie=document.all var dom=document.getElementById var curcycle=0 if (preloadimages=="yes"){ for (i=0;i<ultimateshow.length;i++){ var cacheimage=new Image() cacheimage.src=ultimateshow[i][0] } } var currentslide=0 function randomize(targetarray){ ultimateshowCopy=new Array() var the_one var z=0 while (z<targetarray.length){ the_one=Math.floor(Math.random()*targetarray.length) if (targetarray[the_one]!="_selected!"){ ultimateshowCopy[z]=targetarray[the_one] targetarray[the_one]="_selected!" z++ } } } if (randomorder=="yes") randomize(ultimateshow) else ultimateshowCopy=ultimateshow function rotateimages(){ curcycle=(currentslide==0)? curcycle+1 : curcycle ultcontainer='<center>' if (ultimateshowCopy[currentslide][1]!="") ultcontainer+='<a href="'+ultimateshowCopy[currentslide][1]+'" target="'+ultimateshowCopy[currentslide][2]+'">' ultcontainer+='<img src="'+ultimateshowCopy[currentslide][0]+'" border="0">' if (ultimateshowCopy[currentslide][1]!="") ultcontainer+='</a>' ultcontainer+='</center>' if (ie||dom) crossrotateobj.innerHTML=ultcontainer if (currentslide==ultimateshow.length-1) currentslide=0 else currentslide++ if (curcycle==parseInt(slidecycles) && currentslide==0) return setTimeout("rotateimages()",slidedelay) } if (ie||dom) document.write('<div id="slidedom" style="width:'+slidewidth+';height:'+slideheight+'; background-color:'+slidebgcolor+'"></div>') function start_slider(){ crossrotateobj=dom? document.getElementById("slidedom") : document.all.slidedom rotateimages() } if (ie||dom) window.onload= function() {start_slider(); document.getElementById();}; </script> </td> </tr> </table> <table width="956" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" align="center"> <tr> <td width="956" bgcolor="#280000" height="45"><CENTER><a href="index.html"><img src="imx/home.jpg" border="0"></a> <a href="management.html"><img src="imx/manbuttoni.jpg" border="0"></a> <a href="production.html"><img src="imx/probuttoni.jpg" border="0"></a> <a href="press.html"><img src="imx/prebuttoni.jpg" border="0"></a> <a href="links.html"><img src="imx/linkbuttoni.jpg" border="0"></a> <a href="queries.html"><img src="imx/quebuttoni.jpg" border="0"></a> <a href="innercircle.html"><img src="imx/icbuttoni.jpg" border="0"></a> <a href="http://www.facebook.com/pages/Circle-of-Confusion/258459361785"><img src="imx/facebuttoni.jpg" border="0"></a> <a href="http://twitter.com/#!/ofconfusion"><img src="imx/twitbuttoni.jpg" border="0"></a></CENTER></td> </tr> </table> <table width="956" height="990" cellpadding="0" cellspacing="0" border="0" bgcolor="#940000" align="center"> <tr> <td valign="top"> <BR> <table width="940" border="0" bgcolor="#940000" cellspacing="0" cellpadding="0" align="center"> <tr> <td height="100" align="center" valign="middle"> <A HREF="javascript:showLayer(document.getElementById('new1'));"><img src="imx/twdmenu.jpg" border="0"></a> <A HREF="javascript:showLayer(document.getElementById('new2'));"><img src="imx/chronmenu.jpg" border="0"></a> <A HREF="javascript:showLayer(document.getElementById('new3'));"><img src="imx/thinkmanmenu.jpg" border="0"></a> <A HREF="javascript:showLayer(document.getElementById('new4'));"><img src="imx/prometheusmenu.jpg" border="0"></a> <A HREF="javascript:showLayer(document.getElementById('new5'));"><img src="imx/wrathmenu.jpg" border="0"></a> <A HREF="javascript:showLayer(document.getElementById('new6'));"><img src="imx/hysteriamenu.jpg" border="0"></a> </td> </tr> </table> <table width="956" cellpadding="0" cellspacing="0" border="0" bgcolor="#940000" align="center"> <tr> <td width="10"></td> <td width="600" valign="top"> <DIV ID="new1" STYLE="position:absolute; 0px solid; visibility: hidden;"> <table width="600" border="0" bgcolor="#940000" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="600" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7" align="center"> <tr> <td width="600"><img src="imx/walkingdeadfocus.jpg"></td></tr> </table> <BR> <table> <tr> <td width="600"> <CENTER> <img src="stills/twd21.jpg" border="0"> <img src="stills/twd22.jpg" border="0"> <img src="stills/twd23.jpg" border="0"><BR> <BR> <img src="stills/twd24.jpg" border="0"> <img src="stills/twd25.jpg" border="0"> <img src="stills/twd26.jpg" border="0"><BR> </CENTER> <td> </tr> </table> <BR> <table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7" align="center"> <tr> <td width="600"><img src="imx/allabout.jpg"></td></tr> </table> <table> <tr> <td width="556"> <p>An epidemic of apocalyptic proportions has swept the globe, causing the dead to rise and feed on the living. In a matter of months, society has crumbled: There is no government, no grocery stores, no mail delivery, no cable TV. Rick Grimes finds himself one of the few survivors in this terrifying future. A couple months ago he was a small town cop who had never fired a shot and only ever saw one dead body. Separated from his family, he must now sort through all the death and confusion to try and find his wife and son. In a world ruled by the dead, we are forced to finally begin living. <BR> <BR> ROBERT KIRKMAN - CREATOR/WRITER/PRODUCER<BR> PRODUCED BY CIRCLE OF CONFUSION<BR> SEASON 2 STARTS ON AMC 10.16.2011</p><BR> </p> </td> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td width="600"><a href="http://www.imdb.com/title/tt1520211/" target="parent"><img src="imx/imdb.jpg" border="0"></a> <a href="http://www.amctv.com/" target="parent"><img src="imx/amc.jpg" border="0"></a> <a href="walkingdead.html"><img src="imx/expand.jpg" border="0"></a></td></tr> </table> </td> <td width="320" valign="top" align="right"> <table width="90%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7"> <tr> <td width="100%" height="400" bgcolor="#a40000" valign="top"> <img src="imx/lobby.jpg"><BR> <img src="posters/twd2poster.jpg" border="0"><BR> <iframe width="320" height="158" src="http://www.youtube.com/embed/1OZ0mu8Ey6A" frameborder="0" allowfullscreen></iframe> </td> </tr> </table> </td> </tr> </table> </DIV> <DIV ID="new2" STYLE="position:absolute; 0px solid; visibility: hidden;"> <table width="600" border="0" bgcolor="#940000" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="600" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7" align="center"> <tr> <td width="600"><img src="imx/chronfocus.jpg"></td></tr> </table> <BR> <table> <tr> <td width="600"> <CENTER> <img src="stills/chronstill1.jpg" border="0"> <img src="stills/chronstill2.jpg" border="0"> <img src="stills/chronstill3.jpg" border="0"><BR> <BR> <img src="stills/chronstill4.jpg" border="0"> <img src="stills/chronstill5.jpg" border="0"> <img src="stills/chronstill6.jpg" border="0"><BR> </CENTER> <td> </tr> </table> <BR> <table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7" align="center"> <tr> <td width="600"><img src="imx/allabout.jpg"></td></tr> </table> <table> <tr> <td width="556"> <p>Three high school friends gain superpowers after making an incredible discovery. Soon, though, they find their lives spinning out of control and their bond tested as they embrace their darker sides. </p> <br> <P><B>CREDITS</B><BR> MAX LANDIS - WRITER</p><BR> <BR> </td> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td width="600"><a href="http://www.imdb.com/title/tt1706593/" target="parent"><img src="imx/imdb.jpg" border="0"></a> <a href="chronicle.html"><img src="imx/expand.jpg" border="0"></a></td></tr> </table> </td> <td width="320" valign="top" align="right"> <table width="90%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7"> <tr> <td width="100%" height="400" bgcolor="#a40000" valign="top"> <img src="imx/lobby.jpg" border="0"><BR> <img src="posters/chronicleposter.jpg" border="0"><BR> <embed src="http://media.mtvnservices.com/mgid:uma:video:mtv.com:702776/cp~vid%3D702776%26uri%3Dmgid%3Auma%3Avideo%3Amtv.com%3A702776" width="320" height="178" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" base="." flashVars=""></embed> </td> </tr> </table> </td> </tr> </table> </DIV> <DIV ID="new3" STYLE="position:absolute; 0px solid; visibility: hidden;"> <table width="600" border="0" bgcolor="#940000" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="600" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7" align="center"> <tr> <td width="600"><img src="imx/thinkmanfocus.jpg"></td></tr> </table> <BR> <table> <tr> <td width="600"> <CENTER> <img src="stills/thinkman1.jpg" border="0"> <img src="stills/thinkman2.jpg" border="0"> <img src="stills/thinkman3.jpg" border="0"><BR> <BR> <img src="stills/thinkman4.jpg" border="0"> <img src="stills/thinkman5.jpg" border="0"> <img src="stills/thinkman6.jpg" border="0"><BR> </CENTER> <td> </tr> </table> <BR> <table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7" align="center"> <tr> <td width="600"><img src="imx/allabout.jpg"></td></tr> </table> <table> <tr> <td width="556"> <p>Four friends conspire to turn the tables on their women when they discover the ladies have been using Steve Harvey's relationship advice against them. </p> <BR> <p>WRITERS: KEITH MERRYMAN & DAVID NEWAN <BR></p> </td> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td width="600"><a href="http://www.imdb.com/title/tt1621045/" target="parent"><img src="imx/imdb.jpg" border="0"></a> <a href="http://www.thinklikeaman-movie.com/" target="parent"><img src="imx/thinkmanofficial.jpg" border="0"></a> <a href="thinkman.html"><img src="imx/expand.jpg" border="0"></a> </td></tr> </table> </td> <td width="320" valign="top" align="right"> <table width="90%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7"> <tr> <td width="100%" height="400" bgcolor="#a40000" valign="top"> <img src="imx/lobby.jpg"><BR> <img src="posters/thinkmanposter.jpg" border="0"><BR> <object width='320' height='179' id='flash68568' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'><param name='movie' value='http://flash.sonypictures.com/video/universalplayer/sharedPlayer.swf'></param> <param name='allowFullscreen' value='true'></param><param name='allowNetworking' value='all'></param> <param name='allowScriptAccess' value='always'></param><param name='flashvars' value='clip=4244&feed=http%3A//www.sonypictures.com/previews/movies/thinklikeaman.xml'></param> <embed src='http://flash.sonypictures.com/video/universalplayer/sharedPlayer.swf' width='320' height='179' type='application/x-shockwave-flash' flashvars='clip=4244&feed=http%3A//www.sonypictures.com/previews/movies/thinklikeaman.xml' allowNetworking='all' allowscriptaccess='always' allowfullscreen='true'></embed></object> </td> </tr> </table> </td> </tr> </table> </DIV> <DIV ID="new4" STYLE="position:absolute; 0px solid; visibility: visible;"> <table width="600" border="0" bgcolor="#940000" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="600" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7" align="center"> <tr> <td width="600"><img src="imx/prometheusfocus.jpg"></td></tr> </table> <BR> <table> <tr> <td width="600"> <CENTER> <img src="stills/prometheus1.jpg" border="0"> <img src="stills/prometheus2.jpg" border="0"> <img src="stills/prometheus3.jpg" border="0"><BR> <BR> <img src="stills/prometheus4.jpg" border="0"> <img src="stills/prometheus5.jpg" border="0"> <img src="stills/prometheus6.jpg" border="0"><BR> </CENTER> <td> </tr> </table> <BR> <table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7" align="center"> <tr> <td width="600"><img src="imx/allabout.jpg"></td></tr> </table> <table> <tr> <td width="556"> <p>A team of explorers discover a clue to the origins of mankind on Earth, leading them on a thrilling journey to the darkest corners of the universe. There, they must fight a terrifying battle to save the future of the human race. </p> <BR> <p>JONATHAN SPAIHTS, WRITER</p> </td> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td width="600"><a href="http://www.imdb.com/title/tt1646987/" target="parent"><img src="imx/imdb.jpg" border="0"></a> <a href="prometheus.html"><img src="imx/expand.jpg" border="0"></a></td></tr> </table> </td> <td width="320" valign="top" align="right"> <table width="90%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7"> <tr> <td width="100%" height="400" bgcolor="#a40000" valign="top"> <img src="imx/lobby.jpg"><BR> <img src="posters/prometheusposter.jpg" border="0"><BR> <iframe width="320" height="180" src="http://www.youtube.com/embed/sftuxbvGwiU" frameborder="0" allowfullscreen></iframe><br> </td> </tr> </table> </td> </tr> </table> </DIV> <DIV ID="new5" STYLE="position:absolute; 0px solid; visibility: hidden;"> <table width="600" border="0" bgcolor="#940000" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="600" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7" align="center"> <tr> <td width="600"><img src="imx/wrathtitansfocus.jpg"></td></tr> </table> <BR> <table> <tr> <td width="600"> <CENTER> <img src="stills/wrath1.jpg" border="0"> <img src="stills/wrath2.jpg" border="0"> <img src="stills/wrath3.jpg" border="0"><BR> <BR> <img src="stills/wrath4.jpg" border="0"> <img src="stills/wrath5.jpg" border="0"> <img src="stills/wrath6.jpg" border="0"><BR> </CENTER> <td> </tr> </table> <BR> <table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7" align="center"> <tr> <td width="600"><img src="imx/allabout.jpg"></td></tr> </table> <table> <tr> <td width="556"> <p>Perseus embarks on a treacherous quest into the underworld to rescue Zeus, who has been targeted for capture by his traitorous son, Ares, and his brother, Hades.</p> <BR> <p>DAN MAZEAU - WRITER</p><BR> <br> <a href="http://www.imdb.com/title/tt1646987/" target="parent"><img src="imx/imdb.jpg" border="0"></a> </td> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td width="600"><a href="wrathofthetitans.html"><img src="imx/expand.jpg" border="0"></a></td></tr> </table> </td> <td width="320" valign="top" align="right"> <table width="90%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7"> <tr> <td width="100%" height="400" bgcolor="#a40000" valign="top"> <img src="imx/lobby.jpg"><BR> <img src="posters/wrathposter.jpg" border="0"><BR> <iframe width="320" height="180" src="http://www.youtube.com/embed/IHHPPX6dnYU" frameborder="0" allowfullscreen></iframe><br> </td> </tr> </table> </td> </tr> </table> </DIV> <DIV ID="new6" STYLE="position:absolute; 0px solid; visibility: hidden;"> <table width="600" border="0" bgcolor="#940000" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="600" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7" align="center"> <tr> <td width="600"><img src="imx/hysteriafocus.jpg"></td></tr> </table> <BR> <table> <tr> <td width="600"> <CENTER> <img src="stills/hysteria1.jpg" border="0"> <img src="stills/hysteria2.jpg" border="0"> <img src="stills/hysteria3.jpg" border="0"><BR> <BR> <img src="stills/hysteria4.jpg" border="0"> <img src="stills/hysteria5.jpg" border="0"> <img src="stills/hysteria6.jpg" border="0"><BR> </CENTER> <td> </tr> </table> <BR> <table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7" align="center"> <tr> <td width="600"><img src="imx/allabout.jpg"></td></tr> </table> <table> <tr> <td width="556"> <p>Dr. Mortimer Granville, works to cure female "hysteria" -- a catchall term for anything causing women to act out or feel discomfort -- with his inventive "manual massage." After losing his touch, Dr. Granville enlistes the equally adventurous Charlotte Dalrymple and together they embark on a quest to invent an "electric feather duster" that stimulates women and helps to alleviate their alleged madness. <BR> TANYA WEXLER - DIRECTOR<BR> TIFF 2011 OFFICIAL SELECTION<BR> SONY PICTURES CLASSICS<BR> <BR> FOX<BR> </p> <BR> <a href="http://www.imdb.com/title/tt1435513/" target="parent"><img src="imx/imdb.jpg" border="0"></a> </td> </tr> </table> </td> <td width="320" valign="top" align="right"> <table width="90%" cellpadding="0" cellspacing="0" border="0" bordercolor="#c7c7c7"> <tr> <td width="100%" height="400" bgcolor="#a40000" valign="top"> <img src="imx/lobby.jpg"><BR> <img src="posters/hysteriaposter.jpg" border="0"><BR> <iframe width="320" height="180" src="http://www.youtube.com/embed/gkEw3mWs86g" frameborder="0" allowfullscreen></iframe><br> </td> </tr> </table> </td> </tr> </table> </DIV> </td> </tr> </table> </td> </tr> </table> </body> </html>