/*
 *  iPadLoadStyle - jQuery plugin
 *  written by gecko
 *  http://gecko.hp2.jp/lotation_img/
 *
 *  Copyright (c) 2010 gecko (http://gecko.hp2.jp/)
 *  Dual licensed under the MIT (MIT-LICENSE.txt)
 *  and GPL (GPL-LICENSE.txt) licenses.
 *
 *  Built for jQuery library
 *  http://jquery.com
 *  Compatible with jQuery 1.4+
 *
 */
$(function(){
$.iPadLoadStyle({
common: "/common/css/ipad.css",
landscape: "/common/css/ipad.css",
portrait: "/common/css/ipad.css"
});
});

