﻿






















function initTopPage(pageId){
	//putTopMenuSwf();
	putAuthors("authorsInner");
	putTagList("tagListInner");
	putBlogAccessaries("blogAccesary","http://alt.faces.jp/blogAccessaries/");
	putFootor();
	if(pageId=="ARCHIVE"){
		hideArchiveSideMenu();
	}
	//analog(pageId);
}

function initSubPage(categoryName,categoryDescription,categoryId,logId){
	//putSubHeaderSwf(categoryName,categoryDescription,categoryId);
	//putTopMenuSwf();
	putFootor();
	//analog(logId);
}

/**
 * サイドメニューのアーカイブ一覧を隠す
 */
function hideArchiveSideMenu(){
	var el = document.getElementById("archivesSideMenu");
	el.style.display="none";
}

/**
 * htmlのtextを元にflashvarsを設定
 */
/*function setSwfParam(id,so){
	var o;
	var source = document.getElementById(id).innerHTML;
	source = source.split("]").slice(1).join("");
	var arr = source.split("\n");
	for (var i in arr){
		var a = arr[i].split(",");
		var key = a[0];
		var value = a[1];
		so.addVariable(key, value);
	}
	return so;
}*/

/**
 * トップページのヘッダflashを作成(未使用)
 */
function putHeaderSwf(){
  	var so = new SWFObject("http://alt.faces.jp/header.swf", "headerswf", "780", "150", "8", "#e0e0e0");
	so.addVariable("title", "ALT FACEs");
	so.addVariable("subtitle", "ANOTHER POSITION OF WEB CREATION");
	so.addVariable("blogURL", "http://alt.faces.jp/");
	so.write("header");
}
/**
 * トップページのヘッダを作成(未使用)
 */
function putHeader(){
	var el = document.getElementById("header");
	var s ='';
	s += '<h1 class="siteLogo"><a href="http://alt.faces.jp/" accesskey="1">ALT FACEs</a></h1>';
	s += '<h2 class="siteDescription">ANOTHER POSITION OF WEB CREATION</h2>';
	s += '<h2 class="basculeLink">powerd by <a href="http://www.bascule.co.jp/">Bascule</a></h2>';
	el.innerHTML = s;
}

/**
 * サブページのヘッダflashを生成
 */
function putSubHeaderSwf(categoryName,categoryDescription,categoryId){
	if(categoryDescription=="" || categoryDescription == undefined){
		categoryDescription = "";
	}
  	var so = new SWFObject("http://alt.faces.jp/subHeader.swf", "headerswf", "780", "120", "8", "#e0e0e0");
	so.addVariable("title", categoryName);
	so.addVariable("subtitle", categoryDescription);
	so.addVariable("blogURL", "http://alt.faces.jp/");
	so.write("subHeader");
}
/**
 * トップページのメニューflashを生成(未使用)
 */
function putTopMenuSwf(){
  	//var so = new SWFObject("http://alt.faces.jp/menu.swf", "topmenuswf", "780", "30", "8", "#eeeeee");
	//so.addVariable("xmlFiles", "http://alt.faces.jp/xml/entries.xml,http://alt.faces.jp/xml/entries2.xml");
	//so.addVariable("blogURL", "http://alt.faces.jp/");
	//so.write("topmenu");
	var el = document.getElementById("topmenu");
	el.innerHTML = "";
}

/**
 * 共通footerを生成
 */
function putFootor(){
	var s = '';
	s+= '<hr class="hide" />';
	s+= '<ul>';
	s+= '<li class="copyright">&copy;2006 Bacule Inc. All rights reserved.</li>';
	s+= '<li class="email"><a href="mailto:faces_info&#64;bascule&#46;jp">faces_info&#64;bascule&#46;jp</a></li>';
	s+= '</ul>';
	//s+= '<div class="rssBanner"><a href="http://alt.faces.jp/index.xml"><img src="http://alt.faces.jp/img/xml_button.gif" width="117" height="15" alt="Syndicate this site"></a></div>';
	document.getElementById("footer").innerHTML = s;
}

/**
 * ログ解析
 */
/*function analog(logId){
	//----- ログ取得CGIへのパス(相対パスもしくはURL)
	var pa = "/ds/dsw.cgi";
	//----- ページ名(半角英数文字のみ)
	var pg = logId;//document.title;
	//----- 出力タイプ(g=gifカウンタ, p=pngカウンタ, m=gifロゴ, n=出力ナシ)
	var p = "n";
	//----- カウントアップしないなら "no"
	var cnt = "";
	var a="&&"; var pf=navigator.platform; var lng=navigator.language;
	var swh=screen.width+"x"+screen.height;
	var cd=screen.colorDepth; var pd=screen.pixelDepth; var rf=document.referrer;
	
	var s = "<img src='"+pa+"?xx="+(new Date().getSeconds())+a+"pg="+pg+a+"p="+p+a+"md=j"+a+"cnt="+cnt+a+"pf="+pf+a+"lng="+lng+a+"swh="+swh+a+"cd="+cd+a+"pd="+pd+a+"k=3"+a+"rf="+rf+"' alt='' border='0' />\n";
	var html = document.getElementById("footer").innerHTML;
	document.getElementById("footer").innerHTML = html + s;

}*/
var authorEntryList;
/**
 * 投稿者のエントリ一覧を設定
 */

function initAuthorEntryList(){
	authorEntryList = new AuthorEntryList();
	var date;
	var url;
	var title;
	var author;
		
		var blogId = 1;
	var blogUrl = "http://faces.jp/";
	var blogName = "FACEs";
		
		date = new Date(2009,Number('08')-1,Number('31'),Number('21'),Number('09'));
	url = 'http://faces.jp/2009/08/flash_lite_11_fps.html';
	title = 'FLASH Lite 1.1 で再起処理 / 追記：FPSをキープ';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2009,Number('08')-1,Number('15'),Number(' 7'),Number('07'));
	url = 'http://faces.jp/2009/08/flash_lite_11.html';
	title = 'FLASH Lite 1.1 で再帰処理';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2009,Number('08')-1,Number('11'),Number('20'),Number('08'));
	url = 'http://faces.jp/2009/08/flash_lite_11chr_ord.html';
	title = 'FLASH Lite 1.1：chr とか ord とか';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2009,Number('08')-1,Number('11'),Number(' 0'),Number('12'));
	url = 'http://faces.jp/2009/08/flash_lite11.html';
	title = 'FLASH Lite1.1：擬似配列とメモリコスト';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2009,Number('05')-1,Number('25'),Number('22'),Number('10'));
	url = 'http://faces.jp/2009/05/objectivec_as_flash_movieclip.html';
	title = 'Objective-C as Flash : Sprite';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2009,Number('05')-1,Number('17'),Number(' 2'),Number('02'));
	url = 'http://faces.jp/2009/05/objectivec_urlloader.html';
	title = 'Objective-C as Flash : URLLoader';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2009,Number('05')-1,Number(' 7'),Number('13'),Number('01'));
	url = 'http://faces.jp/2009/05/bitmapaddchildbitmapbitmapdata.html';
	title = 'ビットマップを切り替え表示する際の負荷の検討';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2009,Number('05')-1,Number(' 1'),Number('17'),Number('05'));
	url = 'http://faces.jp/2009/05/objectivec_calayer_movieclip.html';
	title = 'Objective-C : CALayer を MovieClip に';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2009,Number('03')-1,Number('21'),Number('20'),Number('08'));
	url = 'http://faces.jp/2009/03/swfmill_windows.html';
	title = 'swfmill の Windows ローカルテスト環境を';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2009,Number('03')-1,Number('21'),Number('19'),Number('07'));
	url = 'http://faces.jp/2009/03/fl11tsv.html';
	title = 'コネタ：FL1.1でTSVパース';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('12')-1,Number(' 2'),Number('20'),Number('08'));
	url = 'http://faces.jp/2008/12/2d_on_papervision3d.html';
	title = 'ポリゴンメッシュで2Dアニメーション on Papervision3D';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('11')-1,Number('30'),Number('18'),Number('06'));
	url = 'http://faces.jp/2008/11/imgphp_12_beta.html';
	title = 'デザイン管理 img.php ver1.2 Beta';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('10')-1,Number('30'),Number('21'),Number('09'));
	url = 'http://faces.jp/2008/10/1clickgyorol.html';
	title = '1-clickバージョンGyorol「1つリック」公開のお知らせ';
	author = 'hide';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('08')-1,Number('29'),Number('13'),Number('01'));
	url = 'http://faces.jp/2008/08/flash_flash_lite_11.html';
	title = '携帯Flash (FLASH Lite 1.1) のよくあるメニューっぽいの';
	author = 'kanega';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('08')-1,Number('25'),Number('21'),Number('09'));
	url = 'http://faces.jp/2008/08/iphoneipod_touch.html';
	title = '気楽に iPod touch (iPhone) 用ツールを作ろう';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('08')-1,Number('20'),Number('14'),Number('02'));
	url = 'http://faces.jp/2008/08/flash_1.html';
	title = '携帯Flash (FLASH Lite 1.1) へ普通にパラメータを渡す';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('08')-1,Number('12'),Number('18'),Number('06'));
	url = 'http://faces.jp/2008/08/post_29.html';
	title = '音の範囲検知';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('08')-1,Number('12'),Number(' 1'),Number('01'));
	url = 'http://faces.jp/2008/08/soundmixercomputespectrum10.html';
	title = 'SoundMixer.ComputeSpectrumの値の範囲が1.0を超える';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
	
		
		date = new Date(2008,Number('08')-1,Number(' 6'),Number('18'),Number('06'));
	url = 'http://faces.jp/2008/08/gyorol_electrical_fantasista_2.html';
	title = 'Gyorol展示のElectrical Fantasista 2008 終了のお知らせ';
	author = 'hide';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('08')-1,Number(' 5'),Number(' 5'),Number('05'));
	url = 'http://faces.jp/2008/08/sonograph.html';
	title = 'sonograph';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('07')-1,Number('30'),Number(' 4'),Number('04'));
	url = 'http://faces.jp/2008/07/gyorol.html';
	title = 'Gyorolサイト公開';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('07')-1,Number('30'),Number(' 0'),Number('12'));
	url = 'http://faces.jp/2008/07/boid.html';
	title = 'BOID';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('07')-1,Number('20'),Number(' 0'),Number('12'));
	url = 'http://faces.jp/2008/07/_arrive_in.html';
	title = 'ぎょろる - Electrical Fantasista 2008 出展！';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
	
		
		date = new Date(2008,Number('07')-1,Number('10'),Number('13'),Number('01'));
	url = 'http://faces.jp/2008/07/_imgphp_ver10d.html';
	title = 'デザイン確認スクリプト img.php ver1.0d';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('07')-1,Number(' 2'),Number('11'),Number('11'));
	url = 'http://faces.jp/2008/07/php_3.html';
	title = 'php: スクリーンショットはブラウザだけじゃない';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('06')-1,Number(' 4'),Number('18'),Number('06'));
	url = 'http://faces.jp/2008/06/php_2.html';
	title = 'php:フォントのダイナミックな画像キャッシュ';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('06')-1,Number(' 3'),Number('13'),Number('01'));
	url = 'http://faces.jp/2008/06/as3_3.html';
	title = 'as3:フォントのダイナミックなローディング';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('05')-1,Number(' 9'),Number('15'),Number('03'));
	url = 'http://faces.jp/2008/05/phpoffice.html';
	title = 'php：サイボウズOffice のスケジュールフィード';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('04')-1,Number('27'),Number('15'),Number('03'));
	url = 'http://faces.jp/2008/04/php_1.html';
	title = 'php：色相角度';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('04')-1,Number('21'),Number('18'),Number('06'));
	url = 'http://faces.jp/2008/04/flash.html';
	title = 'flashでワープツール';
	author = 'nakata';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('03')-1,Number('23'),Number('17'),Number('05'));
	url = 'http://faces.jp/2008/03/as3regexp_preg_match_all.html';
	title = 'AS3：RegExp がつらくて preg_match_all にしてみた';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('03')-1,Number(' 1'),Number(' 5'),Number('05'));
	url = 'http://faces.jp/2008/03/as3_2.html';
	title = 'AS3：トーンカーブ';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('02')-1,Number('23'),Number('20'),Number('08'));
	url = 'http://faces.jp/2008/02/php.html';
	title = 'php：ファイル名の日本語エンコード、虎の巻。';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('01')-1,Number('22'),Number(' 4'),Number('04'));
	url = 'http://faces.jp/2008/01/computespectrum.html';
	title = 'computeSpectrumの留意点';
	author = 'watanabe';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('01')-1,Number('20'),Number(' 9'),Number('09'));
	url = 'http://faces.jp/2008/01/as3_ini.html';
	title = 'AS3：あなたの設定はどこから？ - 私は ini から。';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('01')-1,Number(' 3'),Number('21'),Number('09'));
	url = 'http://faces.jp/2008/01/as3_jpegencoder.html';
	title = 'AS3：画像処理＆保存に JPEGEncoder';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('12')-1,Number('31'),Number('12'),Number('12'));
	url = 'http://faces.jp/2007/12/as3addchild.html';
	title = 'AS3:addChildのタイミング';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('12')-1,Number('12'),Number(' 5'),Number('05'));
	url = 'http://faces.jp/2007/12/flashplayer9_r115aac.html';
	title = 'FlashPlayer9 r115でのAAC読み込み';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('12')-1,Number(' 6'),Number(' 4'),Number('04'));
	url = 'http://faces.jp/2007/12/as3cs3_movieclipnew1.html';
	title = 'as3:cs3 MovieClip系をnewしたら1フレーム待つ';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('11')-1,Number('30'),Number(' 7'),Number('07'));
	url = 'http://faces.jp/2007/11/as3_1.html';
	title = 'AS3エディタ間の問題';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('11')-1,Number('14'),Number('20'),Number('08'));
	url = 'http://faces.jp/2007/11/as3functionapply1.html';
	title = 'AS3:Function.applyの1個目の引数の有用性';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('11')-1,Number('13'),Number(' 3'),Number('03'));
	url = 'http://faces.jp/2007/11/as3.html';
	title = 'AS3:タイムラインを移動した直後にフレーム上のオブジェクトにアクセスできない';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('11')-1,Number('12'),Number(' 0'),Number('12'));
	url = 'http://faces.jp/2007/11/flexbuilderflashcs3ui.html';
	title = 'FlexBuilderでFlashCS3のUIコンポーネントのコードヒントを出す';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('11')-1,Number('12'),Number(' 0'),Number('12'));
	url = 'http://faces.jp/2007/11/cs3as3ui.html';
	title = 'CS3のAS3のUIコンポーネントの初期化タイミング';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('11')-1,Number('11'),Number(' 5'),Number('05'));
	url = 'http://faces.jp/2007/11/post_24.html';
	title = 'ムービープレビューショートカット';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('07')-1,Number('25'),Number('13'),Number('01'));
	url = 'http://faces.jp/2007/07/post_23.html';
	title = 'グリッドブラウザ';
	author = 'harry';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('07')-1,Number('24'),Number('22'),Number('10'));
	url = 'http://faces.jp/2007/07/airworks_cs3.html';
	title = 'Airworks CS3';
	author = 'key';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('04')-1,Number('27'),Number('14'),Number('02'));
	url = 'http://faces.jp/2007/04/flex.html';
	title = 'Flexでコントロールのアタッチ/デタッチを実行時に楽に行う';
	author = 'key';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('04')-1,Number('24'),Number('20'),Number('08'));
	url = 'http://faces.jp/2007/04/e4x.html';
	title = 'E4Xでリーフノードから選別するには';
	author = 'key';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('04')-1,Number('16'),Number('22'),Number('10'));
	url = 'http://faces.jp/2007/04/movieclip.html';
	title = 'MovieClipに境界線をつけちゃうフィルタ';
	author = 'naggg';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('03')-1,Number('20'),Number('22'),Number('10'));
	url = 'http://faces.jp/2007/03/jsfl.html';
	title = '選択したＭＣを一気にリンケージ書出しするJSFL。クラス指定もします。';
	author = 'benko';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
	
		
	
		
		date = new Date(2007,Number('02')-1,Number('20'),Number(' 4'),Number('04'));
	url = 'http://faces.jp/2007/02/osaka.html';
	title = 'Osakaフォントをカーニング';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('02')-1,Number('15'),Number(' 4'),Number('04'));
	url = 'http://faces.jp/2007/02/colormatrixfilter.html';
	title = 'ColorMatrixFilterで頂点変換';
	author = 'key';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('01')-1,Number('25'),Number('18'),Number('06'));
	url = 'http://faces.jp/2007/01/post_21.html';
	title = '法線マッピング';
	author = 'key';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('01')-1,Number(' 4'),Number('19'),Number('07'));
	url = 'http://faces.jp/2007/01/has_no_properties.html';
	title = 'has no properties ?';
	author = 'kazuhisa';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('01')-1,Number(' 3'),Number('19'),Number('07'));
	url = 'http://faces.jp/2007/01/post_19.html';
	title = '某ゲームのようなエフェクト';
	author = 'key';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2006,Number('12')-1,Number('28'),Number(' 4'),Number('04'));
	url = 'http://faces.jp/2006/12/q.html';
	title = '某ウル○○Qみたいなエフェクト';
	author = 'harayoki';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2006,Number('12')-1,Number('21'),Number(' 1'),Number('01'));
	url = 'http://faces.jp/2006/12/post_18.html';
	title = 'サイズレポートの整形';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2006,Number('12')-1,Number('12'),Number(' 2'),Number('02'));
	url = 'http://faces.jp/2006/12/post_17.html';
	title = 'バスキュールサイトのツボの所';
	author = 'harayoki';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2006,Number('12')-1,Number('11'),Number('12'),Number('12'));
	url = 'http://faces.jp/2006/12/mchitarea.html';
	title = 'MCにフィルタをかけるとhitAreaが効かない';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2006,Number('12')-1,Number(' 6'),Number('13'),Number('01'));
	url = 'http://faces.jp/2006/12/post_16.html';
	title = '【習作】 ウェブカム、時間軸操作';
	author = 'watanabe';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2006,Number('11')-1,Number(' 8'),Number('21'),Number('09'));
	url = 'http://faces.jp/2006/11/adobe_max_2006.html';
	title = 'Adobe Max 2006レポート';
	author = 'jailbird';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
	
		
		date = new Date(2006,Number('11')-1,Number(' 4'),Number('20'),Number('08'));
	url = 'http://faces.jp/2006/11/wmpitunes.html';
	title = 'wmpとかiTunesみたいなエフェクト';
	author = 'harayoki';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
	
		
	
		
		date = new Date(2006,Number('10')-1,Number('19'),Number('10'),Number('10'));
	url = 'http://faces.jp/2006/10/_bitmap_blurfilter.html';
	title = '【習作】 Bitmap, BlurFilter';
	author = 'watanabe';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2006,Number('10')-1,Number(' 4'),Number(' 1'),Number('01'));
	url = 'http://faces.jp/2006/10/post_12.html';
	title = '動画を滑らかにシークしたい';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2006,Number('10')-1,Number(' 3'),Number('23'),Number('11'));
	url = 'http://faces.jp/2006/10/flash78.html';
	title = '【FLASH7,8】ライブラリ一発整理　拡張機能';
	author = 'shigeon';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2006,Number('10')-1,Number(' 3'),Number('23'),Number('11'));
	url = 'http://faces.jp/2006/10/pngjpgswf.html';
	title = '複数のPNG・JPGから複数のSWFを一度に生成する拡張機能';
	author = 'key';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2006,Number('10')-1,Number(' 3'),Number('23'),Number('11'));
	url = 'http://faces.jp/2006/10/flash8jsfl.html';
	title = '【FLASH8】連番画像のアニメ素材を楽にフレームに配置するjsfl';
	author = 'harayoki';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
	
		
	
		
	
		
		date = new Date(2005,Number('12')-1,Number(' 6'),Number('21'),Number('09'));
	url = 'http://faces.jp/2005/12/flashplayer.html';
	title = 'FlashPlayer８で動体検知';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
	
	
		
	
		
		var blogId = 8;
	var blogUrl = "http://alt.faces.jp/";
	var blogName = "ALT FACEs";
		
		date = new Date(2008,Number('11')-1,Number(' 6'),Number('12'),Number('12'));
	url = 'http://alt.faces.jp/2008/11/akqa.html';
	title = 'クリエイティブの現場はどうなっている？--米AKQAとのチャットミーティング';
	author = 'motose';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('09')-1,Number('18'),Number('22'),Number('10'));
	url = 'http://alt.faces.jp/2008/09/post.html';
	title = 'インタラ塾の資料';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2008,Number('01')-1,Number('20'),Number('12'),Number('12'));
	url = 'http://alt.faces.jp/2008/01/ipod_touch.html';
	title = 'iPod touch とセブンスター';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('11')-1,Number('24'),Number(' 0'),Number('12'));
	url = 'http://alt.faces.jp/2007/11/post_6.html';
	title = 'ギャップとギャグ';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('04')-1,Number('19'),Number(' 2'),Number('02'));
	url = 'http://alt.faces.jp/2007/04/web_web_strategymono.html';
	title = 'Webでの表現がわからない - Web Strategy「MONOづくりの視点」から転載';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('04')-1,Number(' 1'),Number(' 5'),Number('05'));
	url = 'http://alt.faces.jp/2007/04/post_5.html';
	title = '電車';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('03')-1,Number('27'),Number(' 1'),Number('01'));
	url = 'http://alt.faces.jp/2007/03/youtube.html';
	title = 'YouTube こそ劣化してる';
	author = 'ao';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('03')-1,Number('25'),Number('22'),Number('10'));
	url = 'http://alt.faces.jp/2007/03/adfest.html';
	title = 'Adfest審査員経験報告';
	author = 'jailbird';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('03')-1,Number('25'),Number('21'),Number('09'));
	url = 'http://alt.faces.jp/2007/03/post_4.html';
	title = 'テクニカルディレクターの心意気　第１回';
	author = 'tanaka';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('03')-1,Number('20'),Number('11'),Number('11'));
	url = 'http://alt.faces.jp/2007/03/post_3.html';
	title = 'インタラクションについて考えていきます';
	author = 'kamp';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
	
		
		date = new Date(2007,Number('03')-1,Number('20'),Number(' 5'),Number('05'));
	url = 'http://alt.faces.jp/2007/03/web_1.html';
	title = '独立系Web制作会社の存在意義';
	author = 'boku';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
		
		date = new Date(2007,Number('03')-1,Number('20'),Number(' 4'),Number('04'));
	url = 'http://alt.faces.jp/2007/03/web.html';
	title = 'Webクリエイティブはどこまでいけるか';
	author = 'boku';
	authorEntryList.addEntry(author,url,title,date,blogId,blogName,blogUrl);
	
	
	
	
}

function getProfileLinkTag(url,text,className){
	if(url=="" || url == undefined){
		url = "/2006/02/noprofile.html";
	}
	if(url.indexOf("http://")==-1){
		url = "http://faces.jp"+url;
	}
	var s;
	if(className!=undefined){
		s = "<a href=\""+url+"\" class=\""+className+"\">"+text+"</a>";
	}else{
		s = "<a href=\""+url+"\">"+text+"</a>";
	}
	return s;
}
function putProfileLink(url,text,className){
	var s = getProfileLinkTag(url,text,className);
	document.write(s);
}


initAuthorEntryList();
_uacct = "UA-819415-3";
urchinTracker();

